Html Css Color HEX #CA286F Cerise

📋 copy color: '#CA286F'

red 202 ◦ green 40 ◦ blue 111

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

Shades of Cerise #CA286F

Tints of Cerise #CA286F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.33%

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

R = 57.22%
G = 11.33%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA286F (or 0xCA286F) is known color: Cerise. HEX triplet: CA, 28 and 6F. RGB value is (202,40,111). Sum of RGB (Red+Green+Blue) = 202+40+111=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA286F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA286F is #35D790. Grayscale: #606060. Windows color (decimal): -3528593 or 7284938. OLE color: 7284938.

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

Color convert

RGB 202 40 111 -
CMYK 0 0.80 0.45 0.21
HSL 333.7º 0.67% 0.47% -
HSV(B) 333.7º 0.8% 0.79% -
XYZ 27.99 15.22 16.5 -
YUV 96.53 136.17 203.23 -
System Red Green Blue C M Y K H S L
Decimal 202 40 111 0 0.80 0.45 0.21 333.7 0.67 0.47
Hex CA 28 6F 0 50 2D 15 14E 43 2F
Octal 312 50 157 0 120 55 25 516 103 57
Binary 11001010 101000 1101111 0 1010000 101101 10101 101001110 1000011 101111

Color Harmonies of #CA286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA286F

Black with #CA286F

Text Example


Text Example

White with #CA286F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA286F; }

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

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

background-color css

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

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

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

border-color css

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

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

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