Html Css Color HEX #CC286E Cerise

📋 copy color: '#CC286E'

red 204 ◦ green 40 ◦ blue 110

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

Shades of Cerise #CC286E

Tints of Cerise #CC286E

RGB

 RED value IS 204 (80.08% from 255) = 57.63%

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

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 57.63%
G = 11.3%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC286E (or 0xCC286E) is known color: Cerise. HEX triplet: CC, 28 and 6E. RGB value is (204,40,110). Sum of RGB (Red+Green+Blue) = 204+40+110=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC286E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC286E is #33D791. Grayscale: #606060. Windows color (decimal): -3397522 or 7219404. OLE color: 7219404.

HSL color Cylindrical-coordinate representation of color #CC286E: hue angle of 334.39º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC286E is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 40 110 -
CMYK 0 0.80 0.46 0.2
HSL 334.39º 0.67% 0.48% -
HSV(B) 334.39º 0.8% 0.8% -
XYZ 28.48 15.48 16.24 -
YUV 97.02 135.33 204.31 -
System Red Green Blue C M Y K H S L
Decimal 204 40 110 0 0.80 0.46 0.2 334.39 0.67 0.48
Hex CC 28 6E 0 50 2E 14 14E 43 30
Octal 314 50 156 0 120 56 24 516 103 60
Binary 11001100 101000 1101110 0 1010000 101110 10100 101001110 1000011 110000

Color Harmonies of #CC286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC286E

Black with #CC286E

Text Example


Text Example

White with #CC286E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC286E; }

 p { color: rgb(204,40,110); }

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

background-color css

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

 a { background-color: rgb(204,40,110); }

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

border-color css

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

 span { border-color: rgb(204,40,110); }

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