#CA6168

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

Shades of Cabaret #CA6168

Tints of Cabaret #CA6168

Color information

#CA6168 (or 0xCA6168) is unknown color: approx Cabaret. HEX triplet: CA, 61 and 68. RGB value is (202,97,104). Sum of RGB (Red+Green+Blue) = 202+97+104=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6168 is #359E97. Grayscale: #818181. Windows color (decimal): -3514008 or 6840778. OLE color: 6840778.

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

Color convert

RGB20297104-
CMYK00.520.490.21
HSL356º49.76%58.63%-
HSV(B)356º51.98%79.22%-
XYZ31.1322.1115.72-
YUV129.19113.79179.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.12%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=50.12%
G=24.07%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029710400.520.490.2135649.7658.63
HexCA61680343115164323b
Octal31214115006461255446273
Binary1100101011000011101000011010011000110101101100100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6168; }

 p { color: rgb(202,97,104); }

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

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

 a { background-color: rgb(202,97,104); }

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

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

 span { border-color: rgb(202,97,104); }

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