Html Css Color HEX #CC4473 Cabaret

📋 copy color: '#CC4473'

red 204 ◦ green 68 ◦ blue 115

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

Shades of Cabaret #CC4473

Tints of Cabaret #CC4473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

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

R = 52.71%
G = 17.57%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC4473 (or 0xCC4473) is known color: Cabaret. HEX triplet: CC, 44 and 73. RGB value is (204,68,115). Sum of RGB (Red+Green+Blue) = 204+68+115=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4473 is #33BB8C. Grayscale: #717171. Windows color (decimal): -3390349 or 7554252. OLE color: 7554252.

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

Color convert

RGB 204 68 115 -
CMYK 0 0.67 0.44 0.2
HSL 339.26º 0.57% 0.53% -
HSV(B) 339.26º 0.67% 0.8% -
XYZ 30.06 18.21 18.15 -
YUV 114.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 204 68 115 0 0.67 0.44 0.2 339.26 0.57 0.53
Hex CC 44 73 0 43 2C 14 153 39 35
Octal 314 104 163 0 103 54 24 523 71 65
Binary 11001100 1000100 1110011 0 1000011 101100 10100 101010011 111001 110101

Color Harmonies of #CC4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4473

Black with #CC4473

Text Example


Text Example

White with #CC4473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4473; }

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

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

background-color css

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

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

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

border-color css

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

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

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