Html Css Color HEX #CC606E Cabaret

📋 copy color: '#CC606E'

red 204 ◦ green 96 ◦ blue 110

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

Shades of Cabaret #CC606E

Tints of Cabaret #CC606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

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

R = 49.76%
G = 23.41%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC606E (or 0xCC606E) is known color: Cabaret. HEX triplet: CC, 60 and 6E. RGB value is (204,96,110). Sum of RGB (Red+Green+Blue) = 204+96+110=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC606E is #339F91. Grayscale: #818181. Windows color (decimal): -3383186 or 7233740. OLE color: 7233740.

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

Color convert

RGB 204 96 110 -
CMYK 0 0.53 0.46 0.2
HSL 352.22º 0.51% 0.59% -
HSV(B) 352.22º 0.53% 0.8% -
XYZ 31.9 22.33 17.38 -
YUV 129.89 116.78 180.86 -
System Red Green Blue C M Y K H S L
Decimal 204 96 110 0 0.53 0.46 0.2 352.22 0.51 0.59
Hex CC 60 6E 0 35 2E 14 160 33 3B
Octal 314 140 156 0 65 56 24 540 63 73
Binary 11001100 1100000 1101110 0 110101 101110 10100 101100000 110011 111011

Color Harmonies of #CC606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC606E

Black with #CC606E

Text Example


Text Example

White with #CC606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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