Html Css Color HEX #CC456D Cabaret

📋 copy color: '#CC456D'

red 204 ◦ green 69 ◦ blue 109

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

Shades of Cabaret #CC456D

Tints of Cabaret #CC456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.06%

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

R = 53.4%
G = 18.06%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC456D (or 0xCC456D) is known color: Cabaret. HEX triplet: CC, 45 and 6D. RGB value is (204,69,109). Sum of RGB (Red+Green+Blue) = 204+69+109=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC456D is #33BA92. Grayscale: #717171. Windows color (decimal): -3390099 or 7161292. OLE color: 7161292.

HSL color Cylindrical-coordinate representation of color #CC456D: hue angle of 342.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC456D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 69 109 -
CMYK 0 0.66 0.47 0.2
HSL 342.22º 0.57% 0.54% -
HSV(B) 342.22º 0.66% 0.8% -
XYZ 29.79 18.2 16.41 -
YUV 113.93 125.23 192.25 -
System Red Green Blue C M Y K H S L
Decimal 204 69 109 0 0.66 0.47 0.2 342.22 0.57 0.54
Hex CC 45 6D 0 42 2F 14 156 39 36
Octal 314 105 155 0 102 57 24 526 71 66
Binary 11001100 1000101 1101101 0 1000010 101111 10100 101010110 111001 110110

Color Harmonies of #CC456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC456D

Black with #CC456D

Text Example


Text Example

White with #CC456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC456D; }

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

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

background-color css

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

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

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

border-color css

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

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

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