Html Css Color HEX #CA325E Cerise

📋 copy color: '#CA325E'

red 202 ◦ green 50 ◦ blue 94

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

Shades of Cerise #CA325E

Tints of Cerise #CA325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.17%

R = 58.38%
G = 14.45%
B = 27.17%

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

#CA325E (or 0xCA325E) is known color: Cerise. HEX triplet: CA, 32 and 5E. RGB value is (202,50,94). Sum of RGB (Red+Green+Blue) = 202+50+94=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA325E is #35CDA1. Grayscale: #646464. Windows color (decimal): -3526050 or 6173386. OLE color: 6173386.

HSL color Cylindrical-coordinate representation of color #CA325E: hue angle of 342.63º 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 #CA325E is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 94 -
CMYK 0 0.75 0.53 0.21
HSL 342.63º 0.6% 0.49% -
HSV(B) 342.63º 0.75% 0.79% -
XYZ 27.52 15.65 12.16 -
YUV 100.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 202 50 94 0 0.75 0.53 0.21 342.63 0.6 0.49
Hex CA 32 5E 0 4B 35 15 157 3C 31
Octal 312 62 136 0 113 65 25 527 74 61
Binary 11001010 110010 1011110 0 1001011 110101 10101 101010111 111100 110001

Color Harmonies of #CA325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA325E

Black with #CA325E

Text Example


Text Example

White with #CA325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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