Html Css Color HEX #CC406E Cabaret

📋 copy color: '#CC406E'

red 204 ◦ green 64 ◦ blue 110

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

Shades of Cabaret #CC406E

Tints of Cabaret #CC406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.93%

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

R = 53.97%
G = 16.93%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC406E (or 0xCC406E) is known color: Cabaret. HEX triplet: CC, 40 and 6E. RGB value is (204,64,110). Sum of RGB (Red+Green+Blue) = 204+64+110=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC406E is #33BF91. Grayscale: #6F6F6F. Windows color (decimal): -3391378 or 7225548. OLE color: 7225548.

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

Color convert

RGB 204 64 110 -
CMYK 0 0.69 0.46 0.2
HSL 340.29º 0.58% 0.53% -
HSV(B) 340.29º 0.69% 0.8% -
XYZ 29.55 17.63 16.6 -
YUV 111.1 127.38 194.26 -
System Red Green Blue C M Y K H S L
Decimal 204 64 110 0 0.69 0.46 0.2 340.29 0.58 0.53
Hex CC 40 6E 0 45 2E 14 154 3A 35
Octal 314 100 156 0 105 56 24 524 72 65
Binary 11001100 1000000 1101110 0 1000101 101110 10100 101010100 111010 110101

Color Harmonies of #CC406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC406E

Black with #CC406E

Text Example


Text Example

White with #CC406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC406E; }

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

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

background-color css

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

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

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

border-color css

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

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

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