#C05D67

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

Shades of Cabaret #C05D67

Tints of Cabaret #C05D67

Color information

#C05D67 (or 0xC05D67) is unknown color: approx Cabaret. HEX triplet: C0, 5D and 67. RGB value is (192,93,103). Sum of RGB (Red+Green+Blue) = 192+93+103=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05D67 is #3FA298. Grayscale: #7B7B7B. Windows color (decimal): -4170393 or 6774208. OLE color: 6774208.

HSL color Cylindrical-coordinate representation of color #C05D67: hue angle of 353.94º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05D67 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19293103-
CMYK00.520.460.25
HSL353.94º44%55.88%-
HSV(B)353.94º51.56%75.29%-
XYZ28.120.0115.21-
YUV123.74116.3176.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 93 (36.72% from 255) = 23.97%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=49.48%
G=23.97%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929310300.520.460.25353.944455.88
HexC05D670342E191622c38
Octal30013514706456315425470
Binary1100000010111011100111011010010111011001101100010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05D67; }

 p { color: rgb(192,93,103); }

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

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

 a { background-color: rgb(192,93,103); }

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

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

 span { border-color: rgb(192,93,103); }

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