Html Css Color HEX #CC286C Cerise

📋 copy color: '#CC286C'

red 204 ◦ green 40 ◦ blue 108

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

Shades of Cerise #CC286C

Tints of Cerise #CC286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 57.95%
G = 11.36%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC286C (or 0xCC286C) is known color: Cerise. HEX triplet: CC, 28 and 6C. RGB value is (204,40,108). Sum of RGB (Red+Green+Blue) = 204+40+108=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC286C is #33D793. Grayscale: #606060. Windows color (decimal): -3397524 or 7088332. OLE color: 7088332.

HSL color Cylindrical-coordinate representation of color #CC286C: hue angle of 335.12º 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 #CC286C is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 40 108 -
CMYK 0 0.80 0.47 0.2
HSL 335.12º 0.67% 0.48% -
HSV(B) 335.12º 0.8% 0.8% -
XYZ 28.37 15.44 15.67 -
YUV 96.79 134.33 204.47 -
System Red Green Blue C M Y K H S L
Decimal 204 40 108 0 0.80 0.47 0.2 335.12 0.67 0.48
Hex CC 28 6C 0 50 2F 14 14F 43 30
Octal 314 50 154 0 120 57 24 517 103 60
Binary 11001100 101000 1101100 0 1010000 101111 10100 101001111 1000011 110000

Color Harmonies of #CC286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC286C

Black with #CC286C

Text Example


Text Example

White with #CC286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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