Html Css Color HEX #CC4869 Cabaret

📋 copy color: '#CC4869'

red 204 ◦ green 72 ◦ blue 105

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

Shades of Cabaret #CC4869

Tints of Cabaret #CC4869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.9%

 BLUE value IS 105 (41.41% from 255) = 27.56%

R = 53.54%
G = 18.9%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC4869 (or 0xCC4869) is known color: Cabaret. HEX triplet: CC, 48 and 69. RGB value is (204,72,105). Sum of RGB (Red+Green+Blue) = 204+72+105=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4869 is #33B796. Grayscale: #737373. Windows color (decimal): -3389335 or 6899916. OLE color: 6899916.

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

Color convert

RGB 204 72 105 -
CMYK 0 0.65 0.49 0.2
HSL 345º 0.56% 0.54% -
HSV(B) 345º 0.65% 0.8% -
XYZ 29.77 18.49 15.36 -
YUV 115.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 204 72 105 0 0.65 0.49 0.2 345 0.56 0.54
Hex CC 48 69 0 41 31 14 159 38 36
Octal 314 110 151 0 101 61 24 531 70 66
Binary 11001100 1001000 1101001 0 1000001 110001 10100 101011001 111000 110110

Color Harmonies of #CC4869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4869

Black with #CC4869

Text Example


Text Example

White with #CC4869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4869; }

 p { color: rgb(204,72,105); }

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

background-color css

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

 a { background-color: rgb(204,72,105); }

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

border-color css

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

 span { border-color: rgb(204,72,105); }

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