#CA6273

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

Shades of Cabaret #CA6273

Tints of Cabaret #CA6273

Color information

#CA6273 (or 0xCA6273) is unknown color: approx Cabaret. HEX triplet: CA, 62 and 73. RGB value is (202,98,115). Sum of RGB (Red+Green+Blue) = 202+98+115=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6273 is #359D8C. Grayscale: #838383. Windows color (decimal): -3513741 or 7561930. OLE color: 7561930.

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

Color convert

RGB20298115-
CMYK00.510.430.21
HSL350.19º49.52%58.82%-
HSV(B)350.19º51.49%79.22%-
XYZ31.8222.5318.89-
YUV131.03118.96178.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 98 (38.67% from 255) = 23.61%
BLUE value IS 115 (45.31% from 255) = 27.71%
R=48.67%
G=23.61%
B=27.71%

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
Decimal2029811500.510.430.21350.1949.5258.82
HexCA62730332B1515e323b
Octal31214216306353255366273
Binary1100101011000101110011011001110101110101101011110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6273; }

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

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

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

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

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

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

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

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