Html Css Color HEX #CC356E Cerise

📋 copy color: '#CC356E'

red 204 ◦ green 53 ◦ blue 110

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

Shades of Cerise #CC356E

Tints of Cerise #CC356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.44%

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

R = 55.59%
G = 14.44%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC356E (or 0xCC356E) is known color: Cerise. HEX triplet: CC, 35 and 6E. RGB value is (204,53,110). Sum of RGB (Red+Green+Blue) = 204+53+110=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC356E is #33CA91. Grayscale: #686868. Windows color (decimal): -3394194 or 7222732. OLE color: 7222732.

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

Color convert

RGB 204 53 110 -
CMYK 0 0.74 0.46 0.2
HSL 337.35º 0.6% 0.5% -
HSV(B) 337.35º 0.74% 0.8% -
XYZ 28.99 16.51 16.41 -
YUV 104.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 204 53 110 0 0.74 0.46 0.2 337.35 0.6 0.5
Hex CC 35 6E 0 4A 2E 14 151 3C 32
Octal 314 65 156 0 112 56 24 521 74 62
Binary 11001100 110101 1101110 0 1001010 101110 10100 101010001 111100 110010

Color Harmonies of #CC356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC356E

Black with #CC356E

Text Example


Text Example

White with #CC356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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