Html Css Color HEX #CC5874 Cabaret

📋 copy color: '#CC5874'

red 204 ◦ green 88 ◦ blue 116

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

Shades of Cabaret #CC5874

Tints of Cabaret #CC5874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.57%

 BLUE value IS 116 (45.7% from 255) = 28.43%

R = 50%
G = 21.57%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC5874 (or 0xCC5874) is known color: Cabaret. HEX triplet: CC, 58 and 74. RGB value is (204,88,116). Sum of RGB (Red+Green+Blue) = 204+88+116=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5874 is #33A78B. Grayscale: #7D7D7D. Windows color (decimal): -3385228 or 7624908. OLE color: 7624908.

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

Color convert

RGB 204 88 116 -
CMYK 0 0.57 0.43 0.2
HSL 345.52º 0.53% 0.57% -
HSV(B) 345.52º 0.57% 0.8% -
XYZ 31.54 21.08 18.93 -
YUV 125.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 204 88 116 0 0.57 0.43 0.2 345.52 0.53 0.57
Hex CC 58 74 0 39 2B 14 15A 35 39
Octal 314 130 164 0 71 53 24 532 65 71
Binary 11001100 1011000 1110100 0 111001 101011 10100 101011010 110101 111001

Color Harmonies of #CC5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5874

Black with #CC5874

Text Example


Text Example

White with #CC5874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5874; }

 p { color: rgb(204,88,116); }

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

background-color css

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

 a { background-color: rgb(204,88,116); }

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

border-color css

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

 span { border-color: rgb(204,88,116); }

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