#CC4467

Color #CC4467 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #CC4467

Tints of Cabaret #CC4467

Color information

#CC4467 (or 0xCC4467) is unknown color: approx Cabaret. HEX triplet: CC, 44 and 67. RGB value is (204,68,103). Sum of RGB (Red+Green+Blue) = 204+68+103=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4467 is #33BB98. Grayscale: #707070. Windows color (decimal): -3390361 or 6767820. OLE color: 6767820.

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

Color convert

RGB20468103-
CMYK00.670.500.2
HSL344.56º57.14%53.33%-
HSV(B)344.56º66.67%80%-
XYZ29.4217.9514.75-
YUV112.65122.56193.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.4%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 103 (40.62% from 255) = 27.47%
R=54.4%
G=18.13%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046810300.670.500.2344.5657.1453.33
HexCC446704332141593935
Octal314104147010362245317165
Binary11001100100010011001110100001111001010100101011001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4467; }

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

 H1.HeaderClassName
 {
   color: #CC4467;
 }
 .AnyTagClassName
 {
   color: #CC4467;
 }
</style>
background-color css

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

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

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

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

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

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