Html Css Color HEX #CC356B Cerise

📋 copy color: '#CC356B'

red 204 ◦ green 53 ◦ blue 107

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

Shades of Cerise #CC356B

Tints of Cerise #CC356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 56.04%
G = 14.56%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC356B (or 0xCC356B) is known color: Cerise. HEX triplet: CC, 35 and 6B. RGB value is (204,53,107). Sum of RGB (Red+Green+Blue) = 204+53+107=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC356B is #33CA94. Grayscale: #686868. Windows color (decimal): -3394197 or 7026124. OLE color: 7026124.

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

Color convert

RGB 204 53 107 -
CMYK 0 0.74 0.48 0.2
HSL 338.54º 0.6% 0.5% -
HSV(B) 338.54º 0.74% 0.8% -
XYZ 28.83 16.45 15.56 -
YUV 104.31 129.53 199.11 -
System Red Green Blue C M Y K H S L
Decimal 204 53 107 0 0.74 0.48 0.2 338.54 0.6 0.5
Hex CC 35 6B 0 4A 30 14 153 3C 32
Octal 314 65 153 0 112 60 24 523 74 62
Binary 11001100 110101 1101011 0 1001010 110000 10100 101010011 111100 110010

Color Harmonies of #CC356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC356B

Black with #CC356B

Text Example


Text Example

White with #CC356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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