Html Css Color HEX #CA325F Cerise

📋 copy color: '#CA325F'

red 202 ◦ green 50 ◦ blue 95

#CA325F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CA325F

Tints of Cerise #CA325F

RGB

 RED value IS 202 (79.3% from 255) = 58.21%

 GREEN value IS 50 (19.92% from 255) = 14.41%

 BLUE value IS 95 (37.5% from 255) = 27.38%

R = 58.21%
G = 14.41%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA325F (or 0xCA325F) is known color: Cerise. HEX triplet: CA, 32 and 5F. RGB value is (202,50,95). Sum of RGB (Red+Green+Blue) = 202+50+95=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA325F is #35CDA0. Grayscale: #646464. Windows color (decimal): -3526049 or 6238922. OLE color: 6238922.

HSL color Cylindrical-coordinate representation of color #CA325F: hue angle of 342.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA325F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 95 -
CMYK 0 0.75 0.53 0.21
HSL 342.24º 0.6% 0.49% -
HSV(B) 342.24º 0.75% 0.79% -
XYZ 27.56 15.66 12.4 -
YUV 100.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 202 50 95 0 0.75 0.53 0.21 342.24 0.6 0.49
Hex CA 32 5F 0 4B 35 15 156 3C 31
Octal 312 62 137 0 113 65 25 526 74 61
Binary 11001010 110010 1011111 0 1001011 110101 10101 101010110 111100 110001

Color Harmonies of #CA325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA325F

Black with #CA325F

Text Example


Text Example

White with #CA325F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA325F; }

 p { color: rgb(202,50,95); }

 H1.HeaderClassName
 {
   color: #CA325F;
 }
 .AnyTagClassName
 {
   color: #CA325F;
 }
</style>

background-color css

<style>
 a { background-color: #CA325F; }

 a { background-color: rgb(202,50,95); }

 div.DivClassName
 {
   background-color: #CA325F;
 }
 .BgClassName
 {
   background-color: #CA325F;
 }
</style>

border-color css

<style>
 span { border-color: #CA325F; }

 span { border-color: rgb(202,50,95); }

 td.TdClassName
 {
   border-color: #CA325F;
 }
 .TagClassName
 {
   border-color: #CA325F;
 }
</style>