#C35267

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

Shades of Cabaret #C35267

Tints of Cabaret #C35267

Color information

#C35267 (or 0xC35267) is unknown color: approx Cabaret. HEX triplet: C3, 52 and 67. RGB value is (195,82,103). Sum of RGB (Red+Green+Blue) = 195+82+103=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C35267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35267 is #3CAD98. Grayscale: #767676. Windows color (decimal): -3976601 or 6771395. OLE color: 6771395.

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

Color convert

RGB19582103-
CMYK00.580.470.24
HSL348.85º48.5%54.31%-
HSV(B)348.85º57.95%76.47%-
XYZ27.9718.6214.95-
YUV118.18119.44182.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.32%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 103 (40.62% from 255) = 27.11%
R=51.32%
G=21.58%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958210300.580.470.24348.8548.554.31
HexC3526703A2F1815d3036
Octal30312214707257305356066
Binary1100001110100101100111011101010111111000101011101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35267; }

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

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

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

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

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

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

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

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