#CA606D

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

Shades of Cabaret #CA606D

Tints of Cabaret #CA606D

Color information

#CA606D (or 0xCA606D) is unknown color: approx Cabaret. HEX triplet: CA, 60 and 6D. RGB value is (202,96,109). Sum of RGB (Red+Green+Blue) = 202+96+109=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA606D is #359F92. Grayscale: #818181. Windows color (decimal): -3514259 or 7168202. OLE color: 7168202.

HSL color Cylindrical-coordinate representation of color #CA606D: hue angle of 352.64º degrees, saturation: 0.5, 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 #CA606D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB20296109-
CMYK00.520.460.21
HSL352.64º50%58.43%-
HSV(B)352.64º52.48%79.22%-
XYZ31.322.0317.07-
YUV129.18116.62179.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=49.63%
G=23.59%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029610900.520.460.21352.645058.43
HexCA606D0342E15161323a
Octal31214015506456255416272
Binary1100101011000001101101011010010111010101101100001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA606D; }

 p { color: rgb(202,96,109); }

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

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

 a { background-color: rgb(202,96,109); }

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

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

 span { border-color: rgb(202,96,109); }

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