Html Css Color HEX #CC5667 Cabaret

📋 copy color: '#CC5667'

red 204 ◦ green 86 ◦ blue 103

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

Shades of Cabaret #CC5667

Tints of Cabaret #CC5667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.88%

 BLUE value IS 103 (40.63% from 255) = 26.21%

R = 51.91%
G = 21.88%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC5667 (or 0xCC5667) is known color: Cabaret. HEX triplet: CC, 56 and 67. RGB value is (204,86,103). Sum of RGB (Red+Green+Blue) = 204+86+103=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5667 is #33A998. Grayscale: #7B7B7B. Windows color (decimal): -3385753 or 6772428. OLE color: 6772428.

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

Color convert

RGB 204 86 103 -
CMYK 0 0.58 0.50 0.2
HSL 351.36º 0.54% 0.57% -
HSV(B) 351.36º 0.58% 0.8% -
XYZ 30.68 20.47 15.17 -
YUV 123.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 204 86 103 0 0.58 0.50 0.2 351.36 0.54 0.57
Hex CC 56 67 0 3A 32 14 15F 36 39
Octal 314 126 147 0 72 62 24 537 66 71
Binary 11001100 1010110 1100111 0 111010 110010 10100 101011111 110110 111001

Color Harmonies of #CC5667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5667

Black with #CC5667

Text Example


Text Example

White with #CC5667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5667; }

 p { color: rgb(204,86,103); }

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

background-color css

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

 a { background-color: rgb(204,86,103); }

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

border-color css

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

 span { border-color: rgb(204,86,103); }

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