#CA6373

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

Shades of Cabaret #CA6373

Tints of Cabaret #CA6373

Color information

#CA6373 (or 0xCA6373) is unknown color: approx Cabaret. HEX triplet: CA, 63 and 73. RGB value is (202,99,115). Sum of RGB (Red+Green+Blue) = 202+99+115=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6373 is #359C8C. Grayscale: #838383. Windows color (decimal): -3513485 or 7562186. OLE color: 7562186.

HSL color Cylindrical-coordinate representation of color #CA6373: hue angle of 350.68º 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 #CA6373 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB20299115-
CMYK00.510.430.21
HSL350.68º49.28%59.02%-
HSV(B)350.68º50.99%79.22%-
XYZ31.9122.7218.92-
YUV131.62118.62178.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 99 (39.06% from 255) = 23.80%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=48.56%
G=23.80%
B=27.64%

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
Decimal2029911500.510.430.21350.6849.2859.02
HexCA63730332B1515f313b
Octal31214316306353255376173
Binary1100101011000111110011011001110101110101101011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6373; }

 p { color: rgb(202,99,115); }

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

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

 a { background-color: rgb(202,99,115); }

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

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

 span { border-color: rgb(202,99,115); }

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