Html Css Color HEX #CC285C Cerise

📋 copy color: '#CC285C'

red 204 ◦ green 40 ◦ blue 92

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

Shades of Cerise #CC285C

Tints of Cerise #CC285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.38%

R = 60.71%
G = 11.9%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC285C (or 0xCC285C) is known color: Cerise. HEX triplet: CC, 28 and 5C. RGB value is (204,40,92). Sum of RGB (Red+Green+Blue) = 204+40+92=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC285C is #33D7A3. Grayscale: #5E5E5E. Windows color (decimal): -3397540 or 6039756. OLE color: 6039756.

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

Color convert

RGB 204 40 92 -
CMYK 0 0.80 0.55 0.2
HSL 340.98º 0.67% 0.48% -
HSV(B) 340.98º 0.8% 0.8% -
XYZ 27.59 15.13 11.59 -
YUV 94.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 204 40 92 0 0.80 0.55 0.2 340.98 0.67 0.48
Hex CC 28 5C 0 50 37 14 155 43 30
Octal 314 50 134 0 120 67 24 525 103 60
Binary 11001100 101000 1011100 0 1010000 110111 10100 101010101 1000011 110000

Color Harmonies of #CC285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC285C

Black with #CC285C

Text Example


Text Example

White with #CC285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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