#C96273

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

Shades of Cabaret #C96273

Tints of Cabaret #C96273

Color information

#C96273 (or 0xC96273) is unknown color: approx Cabaret. HEX triplet: C9, 62 and 73. RGB value is (201,98,115). Sum of RGB (Red+Green+Blue) = 201+98+115=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C96273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96273 is #369D8C. Grayscale: #828282. Windows color (decimal): -3579277 or 7561929. OLE color: 7561929.

HSL color Cylindrical-coordinate representation of color #C96273: hue angle of 350.1º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96273 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB20198115-
CMYK00.510.430.21
HSL350.1º48.82%58.63%-
HSV(B)350.1º51.24%78.82%-
XYZ31.5522.3918.88-
YUV130.74119.12178.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.55%
GREEN value IS 98 (38.67% from 255) = 23.67%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=48.55%
G=23.67%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019811500.510.430.21350.148.8258.63
HexC962730332B1515e313b
Octal31114216306353255366173
Binary1100100111000101110011011001110101110101101011110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96273; }

 p { color: rgb(201,98,115); }

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

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

 a { background-color: rgb(201,98,115); }

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

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

 span { border-color: rgb(201,98,115); }

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