Html Css Color HEX #CC356D Cerise

📋 copy color: '#CC356D'

red 204 ◦ green 53 ◦ blue 109

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

Shades of Cerise #CC356D

Tints of Cerise #CC356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.78%

R = 55.74%
G = 14.48%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC356D (or 0xCC356D) is known color: Cerise. HEX triplet: CC, 35 and 6D. RGB value is (204,53,109). Sum of RGB (Red+Green+Blue) = 204+53+109=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC356D is #33CA92. Grayscale: #686868. Windows color (decimal): -3394195 or 7157196. OLE color: 7157196.

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

Color convert

RGB 204 53 109 -
CMYK 0 0.74 0.47 0.2
HSL 337.75º 0.6% 0.5% -
HSV(B) 337.75º 0.74% 0.8% -
XYZ 28.94 16.49 16.13 -
YUV 104.53 130.53 198.95 -
System Red Green Blue C M Y K H S L
Decimal 204 53 109 0 0.74 0.47 0.2 337.75 0.6 0.5
Hex CC 35 6D 0 4A 2F 14 152 3C 32
Octal 314 65 155 0 112 57 24 522 74 62
Binary 11001100 110101 1101101 0 1001010 101111 10100 101010010 111100 110010

Color Harmonies of #CC356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC356D

Black with #CC356D

Text Example


Text Example

White with #CC356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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