Html Css Color HEX #CC456B Cabaret

📋 copy color: '#CC456B'

red 204 ◦ green 69 ◦ blue 107

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

Shades of Cabaret #CC456B

Tints of Cabaret #CC456B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.16%

R = 53.68%
G = 18.16%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC456B (or 0xCC456B) is known color: Cabaret. HEX triplet: CC, 45 and 6B. RGB value is (204,69,107). Sum of RGB (Red+Green+Blue) = 204+69+107=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC456B is #33BA94. Grayscale: #717171. Windows color (decimal): -3390101 or 7030220. OLE color: 7030220.

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

Color convert

RGB 204 69 107 -
CMYK 0 0.66 0.48 0.2
HSL 343.11º 0.57% 0.54% -
HSV(B) 343.11º 0.66% 0.8% -
XYZ 29.68 18.16 15.85 -
YUV 113.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 204 69 107 0 0.66 0.48 0.2 343.11 0.57 0.54
Hex CC 45 6B 0 42 30 14 157 39 36
Octal 314 105 153 0 102 60 24 527 71 66
Binary 11001100 1000101 1101011 0 1000010 110000 10100 101010111 111001 110110

Color Harmonies of #CC456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC456B

Black with #CC456B

Text Example


Text Example

White with #CC456B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC456B; }

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

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

background-color css

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

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

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

border-color css

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

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

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