Html Css Color HEX #CC406D Cabaret

📋 copy color: '#CC406D'

red 204 ◦ green 64 ◦ blue 109

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

Shades of Cabaret #CC406D

Tints of Cabaret #CC406D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 54.11%
G = 16.98%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC406D (or 0xCC406D) is known color: Cabaret. HEX triplet: CC, 40 and 6D. RGB value is (204,64,109). Sum of RGB (Red+Green+Blue) = 204+64+109=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC406D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC406D is #33BF92. Grayscale: #6E6E6E. Windows color (decimal): -3391379 or 7160012. OLE color: 7160012.

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

Color convert

RGB 204 64 109 -
CMYK 0 0.69 0.47 0.2
HSL 340.71º 0.58% 0.53% -
HSV(B) 340.71º 0.69% 0.8% -
XYZ 29.5 17.61 16.31 -
YUV 110.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 204 64 109 0 0.69 0.47 0.2 340.71 0.58 0.53
Hex CC 40 6D 0 45 2F 14 155 3A 35
Octal 314 100 155 0 105 57 24 525 72 65
Binary 11001100 1000000 1101101 0 1000101 101111 10100 101010101 111010 110101

Color Harmonies of #CC406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC406D

Black with #CC406D

Text Example


Text Example

White with #CC406D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC406D; }

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

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

background-color css

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

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

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

border-color css

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

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

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