#CA656E

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

Shades of Cabaret #CA656E

Tints of Cabaret #CA656E

Color information

#CA656E (or 0xCA656E) is unknown color: approx Cabaret. HEX triplet: CA, 65 and 6E. RGB value is (202,101,110). Sum of RGB (Red+Green+Blue) = 202+101+110=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA656E is #359A91. Grayscale: #848484. Windows color (decimal): -3512978 or 7235018. OLE color: 7235018.

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

Color convert

RGB202101110-
CMYK00.500.460.21
HSL354.65º48.79%59.41%-
HSV(B)354.65º50%79.22%-
XYZ31.8322.9917.51-
YUV132.22115.46177.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=48.91%
G=24.46%
B=26.63%

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
Decimal20210111000.500.460.21354.6548.7959.41
HexCA656E0322E15163313b
Octal31214515606256255436173
Binary1100101011001011101110011001010111010101101100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA656E; }

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

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

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

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

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

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

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

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