Html Css Color HEX #CC2B66 Cerise

📋 copy color: '#CC2B66'

red 204 ◦ green 43 ◦ blue 102

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

Shades of Cerise #CC2B66

Tints of Cerise #CC2B66

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.32%

 BLUE value IS 102 (40.23% from 255) = 29.23%

R = 58.45%
G = 12.32%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC2B66 (or 0xCC2B66) is known color: Cerise. HEX triplet: CC, 2B and 66. RGB value is (204,43,102). Sum of RGB (Red+Green+Blue) = 204+43+102=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2B66 is #33D499. Grayscale: #616161. Windows color (decimal): -3396762 or 6695884. OLE color: 6695884.

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

Color convert

RGB 204 43 102 -
CMYK 0 0.79 0.5 0.2
HSL 338.01º 0.65% 0.48% -
HSV(B) 338.01º 0.79% 0.8% -
XYZ 28.16 15.52 14.08 -
YUV 97.87 130.34 203.7 -
System Red Green Blue C M Y K H S L
Decimal 204 43 102 0 0.79 0.5 0.2 338.01 0.65 0.48
Hex CC 2B 66 0 4F 32 14 152 41 30
Octal 314 53 146 0 117 62 24 522 101 60
Binary 11001100 101011 1100110 0 1001111 110010 10100 101010010 1000001 110000

Color Harmonies of #CC2B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B66

Black with #CC2B66

Text Example


Text Example

White with #CC2B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B66; }

 p { color: rgb(204,43,102); }

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

background-color css

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

 a { background-color: rgb(204,43,102); }

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

border-color css

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

 span { border-color: rgb(204,43,102); }

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