#CA656D

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

Shades of Cabaret #CA656D

Tints of Cabaret #CA656D

Color information

#CA656D (or 0xCA656D) is unknown color: approx Cabaret. HEX triplet: CA, 65 and 6D. RGB value is (202,101,109). Sum of RGB (Red+Green+Blue) = 202+101+109=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA656D is #359A92. Grayscale: #848484. Windows color (decimal): -3512979 or 7169482. OLE color: 7169482.

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

Color convert

RGB202101109-
CMYK00.500.460.21
HSL355.25º48.79%59.41%-
HSV(B)355.25º50%79.22%-
XYZ31.7722.9717.23-
YUV132.11114.96177.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=49.03%
G=24.51%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210110900.500.460.21355.2548.7959.41
HexCA656D0322E15163313b
Octal31214515506256255436173
Binary1100101011001011101101011001010111010101101100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA656D; }

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

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

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

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

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

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

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

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