Html Css Color HEX #CC4173 Cabaret

📋 copy color: '#CC4173'

red 204 ◦ green 65 ◦ blue 115

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

Shades of Cabaret #CC4173

Tints of Cabaret #CC4173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 53.13%
G = 16.93%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC4173 (or 0xCC4173) is known color: Cabaret. HEX triplet: CC, 41 and 73. RGB value is (204,65,115). Sum of RGB (Red+Green+Blue) = 204+65+115=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4173 is #33BE8C. Grayscale: #707070. Windows color (decimal): -3391117 or 7553484. OLE color: 7553484.

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

Color convert

RGB 204 65 115 -
CMYK 0 0.68 0.44 0.2
HSL 338.42º 0.58% 0.53% -
HSV(B) 338.42º 0.68% 0.8% -
XYZ 29.89 17.86 18.09 -
YUV 112.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 204 65 115 0 0.68 0.44 0.2 338.42 0.58 0.53
Hex CC 41 73 0 44 2C 14 152 3A 35
Octal 314 101 163 0 104 54 24 522 72 65
Binary 11001100 1000001 1110011 0 1000100 101100 10100 101010010 111010 110101

Color Harmonies of #CC4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4173

Black with #CC4173

Text Example


Text Example

White with #CC4173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4173; }

 p { color: rgb(204,65,115); }

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

background-color css

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

 a { background-color: rgb(204,65,115); }

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

border-color css

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

 span { border-color: rgb(204,65,115); }

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