Html Css Color HEX #CC606A Cabaret

📋 copy color: '#CC606A'

red 204 ◦ green 96 ◦ blue 106

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

Shades of Cabaret #CC606A

Tints of Cabaret #CC606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.11%

R = 50.25%
G = 23.65%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC606A (or 0xCC606A) is known color: Cabaret. HEX triplet: CC, 60 and 6A. RGB value is (204,96,106). Sum of RGB (Red+Green+Blue) = 204+96+106=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC606A is #339F95. Grayscale: #818181. Windows color (decimal): -3383190 or 6971596. OLE color: 6971596.

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

Color convert

RGB 204 96 106 -
CMYK 0 0.53 0.48 0.2
HSL 354.44º 0.51% 0.59% -
HSV(B) 354.44º 0.53% 0.8% -
XYZ 31.69 22.24 16.26 -
YUV 129.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 204 96 106 0 0.53 0.48 0.2 354.44 0.51 0.59
Hex CC 60 6A 0 35 30 14 162 33 3B
Octal 314 140 152 0 65 60 24 542 63 73
Binary 11001100 1100000 1101010 0 110101 110000 10100 101100010 110011 111011

Color Harmonies of #CC606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC606A

Black with #CC606A

Text Example


Text Example

White with #CC606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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