#C35467

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

Shades of Cabaret #C35467

Tints of Cabaret #C35467

Color information

#C35467 (or 0xC35467) is unknown color: approx Cabaret. HEX triplet: C3, 54 and 67. RGB value is (195,84,103). Sum of RGB (Red+Green+Blue) = 195+84+103=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C35467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35467 is #3CAB98. Grayscale: #777777. Windows color (decimal): -3976089 or 6771907. OLE color: 6771907.

HSL color Cylindrical-coordinate representation of color #C35467: hue angle of 349.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35467 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19584103-
CMYK00.570.470.24
HSL349.73º48.05%54.71%-
HSV(B)349.73º56.92%76.47%-
XYZ28.1218.9215-
YUV119.36118.77181.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 103 (40.62% from 255) = 26.96%
R=51.05%
G=21.99%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958410300.570.470.24349.7348.0554.71
HexC354670392F1815e3037
Octal30312414707157305366067
Binary1100001110101001100111011100110111111000101011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35467; }

 p { color: rgb(195,84,103); }

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

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

 a { background-color: rgb(195,84,103); }

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

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

 span { border-color: rgb(195,84,103); }

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