#CA4F6D

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

Shades of Cabaret #CA4F6D

Tints of Cabaret #CA4F6D

Color information

#CA4F6D (or 0xCA4F6D) is unknown color: approx Cabaret. HEX triplet: CA, 4F and 6D. RGB value is (202,79,109). Sum of RGB (Red+Green+Blue) = 202+79+109=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4F6D is #35B092. Grayscale: #777777. Windows color (decimal): -3518611 or 7163850. OLE color: 7163850.

HSL color Cylindrical-coordinate representation of color #CA4F6D: hue angle of 345.37º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4F6D is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB20279109-
CMYK00.610.460.21
HSL345.37º53.71%55.1%-
HSV(B)345.37º60.89%79.22%-
XYZ29.9119.2516.61-
YUV119.2122.25187.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.79%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=51.79%
G=20.26%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027910900.610.460.21345.3753.7155.1
HexCA4F6D03D2E151593637
Octal31211715507556255316667
Binary1100101010011111101101011110110111010101101011001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4F6D; }

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

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

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

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

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

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

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

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