Html Css Color HEX #CC5678 Cabaret

📋 copy color: '#CC5678'

red 204 ◦ green 86 ◦ blue 120

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

Shades of Cabaret #CC5678

Tints of Cabaret #CC5678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.27%

R = 49.76%
G = 20.98%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC5678 (or 0xCC5678) is known color: Cabaret. HEX triplet: CC, 56 and 78. RGB value is (204,86,120). Sum of RGB (Red+Green+Blue) = 204+86+120=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5678 is #33A987. Grayscale: #7D7D7D. Windows color (decimal): -3385736 or 7886540. OLE color: 7886540.

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

Color convert

RGB 204 86 120 -
CMYK 0 0.58 0.41 0.2
HSL 342.71º 0.54% 0.57% -
HSV(B) 342.71º 0.58% 0.8% -
XYZ 31.62 20.85 20.13 -
YUV 125.16 125.09 184.24 -
System Red Green Blue C M Y K H S L
Decimal 204 86 120 0 0.58 0.41 0.2 342.71 0.54 0.57
Hex CC 56 78 0 3A 29 14 157 36 39
Octal 314 126 170 0 72 51 24 527 66 71
Binary 11001100 1010110 1111000 0 111010 101001 10100 101010111 110110 111001

Color Harmonies of #CC5678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5678

Black with #CC5678

Text Example


Text Example

White with #CC5678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5678; }

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

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

background-color css

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

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

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

border-color css

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

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

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