Html Css Color HEX #CA276F Cerise

📋 copy color: '#CA276F'

red 202 ◦ green 39 ◦ blue 111

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

Shades of Cerise #CA276F

Tints of Cerise #CA276F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.08%

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 57.39%
G = 11.08%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA276F (or 0xCA276F) is known color: Cerise. HEX triplet: CA, 27 and 6F. RGB value is (202,39,111). Sum of RGB (Red+Green+Blue) = 202+39+111=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA276F is #35D890. Grayscale: #5F5F5F. Windows color (decimal): -3528849 or 7284682. OLE color: 7284682.

HSL color Cylindrical-coordinate representation of color #CA276F: hue angle of 333.5º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA276F is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 111 -
CMYK 0 0.81 0.45 0.21
HSL 333.5º 0.68% 0.47% -
HSV(B) 333.5º 0.81% 0.79% -
XYZ 27.95 15.16 16.49 -
YUV 95.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 202 39 111 0 0.81 0.45 0.21 333.5 0.68 0.47
Hex CA 27 6F 0 51 2D 15 14D 44 2F
Octal 312 47 157 0 121 55 25 515 104 57
Binary 11001010 100111 1101111 0 1010001 101101 10101 101001101 1000100 101111

Color Harmonies of #CA276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA276F

Black with #CA276F

Text Example


Text Example

White with #CA276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA276F; }

 p { color: rgb(202,39,111); }

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

background-color css

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

 a { background-color: rgb(202,39,111); }

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

border-color css

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

 span { border-color: rgb(202,39,111); }

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