Html Css Color HEX #CC285F Cerise

📋 copy color: '#CC285F'

red 204 ◦ green 40 ◦ blue 95

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

Shades of Cerise #CC285F

Tints of Cerise #CC285F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 60.18%
G = 11.8%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC285F (or 0xCC285F) is known color: Cerise. HEX triplet: CC, 28 and 5F. RGB value is (204,40,95). Sum of RGB (Red+Green+Blue) = 204+40+95=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC285F is #33D7A0. Grayscale: #5F5F5F. Windows color (decimal): -3397537 or 6236364. OLE color: 6236364.

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

Color convert

RGB 204 40 95 -
CMYK 0 0.80 0.53 0.2
HSL 339.88º 0.67% 0.48% -
HSV(B) 339.88º 0.8% 0.8% -
XYZ 27.73 15.18 12.3 -
YUV 95.31 127.83 205.53 -
System Red Green Blue C M Y K H S L
Decimal 204 40 95 0 0.80 0.53 0.2 339.88 0.67 0.48
Hex CC 28 5F 0 50 35 14 154 43 30
Octal 314 50 137 0 120 65 24 524 103 60
Binary 11001100 101000 1011111 0 1010000 110101 10100 101010100 1000011 110000

Color Harmonies of #CC285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC285F

Black with #CC285F

Text Example


Text Example

White with #CC285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC285F; }

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

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

background-color css

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

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

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

border-color css

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

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

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