Html Css Color HEX #CC4466 Cabaret

📋 copy color: '#CC4466'

red 204 ◦ green 68 ◦ blue 102

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

Shades of Cabaret #CC4466

Tints of Cabaret #CC4466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.27%

R = 54.55%
G = 18.18%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC4466 (or 0xCC4466) is known color: Cabaret. HEX triplet: CC, 44 and 66. RGB value is (204,68,102). Sum of RGB (Red+Green+Blue) = 204+68+102=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4466 is #33BB99. Grayscale: #707070. Windows color (decimal): -3390362 or 6702284. OLE color: 6702284.

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

Color convert

RGB 204 68 102 -
CMYK 0 0.67 0.5 0.2
HSL 345º 0.57% 0.53% -
HSV(B) 345º 0.67% 0.8% -
XYZ 29.37 17.93 14.48 -
YUV 112.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 204 68 102 0 0.67 0.5 0.2 345 0.57 0.53
Hex CC 44 66 0 43 32 14 159 39 35
Octal 314 104 146 0 103 62 24 531 71 65
Binary 11001100 1000100 1100110 0 1000011 110010 10100 101011001 111001 110101

Color Harmonies of #CC4466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4466

Black with #CC4466

Text Example


Text Example

White with #CC4466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4466; }

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

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

background-color css

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

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

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

border-color css

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

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

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