#C96069

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

Shades of Cabaret #C96069

Tints of Cabaret #C96069

Color information

#C96069 (or 0xC96069) is unknown color: approx Cabaret. HEX triplet: C9, 60 and 69. RGB value is (201,96,105). Sum of RGB (Red+Green+Blue) = 201+96+105=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C96069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96069 is #369F96. Grayscale: #808080. Windows color (decimal): -3579799 or 6906057. OLE color: 6906057.

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

Color convert

RGB20196105-
CMYK00.520.480.21
HSL354.86º49.3%58.24%-
HSV(B)354.86º52.24%78.82%-
XYZ30.8221.815.95-
YUV128.42114.79179.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 105 (41.41% from 255) = 26.12%
R=50%
G=23.88%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019610500.520.480.21354.8649.358.24
HexC960690343015163313a
Octal31114015106460255436172
Binary1100100111000001101001011010011000010101101100011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96069; }

 p { color: rgb(201,96,105); }

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

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

 a { background-color: rgb(201,96,105); }

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

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

 span { border-color: rgb(201,96,105); }

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