#CA656C

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

Shades of Cabaret #CA656C

Tints of Cabaret #CA656C

Color information

#CA656C (or 0xCA656C) is unknown color: approx Cabaret. HEX triplet: CA, 65 and 6C. RGB value is (202,101,108). Sum of RGB (Red+Green+Blue) = 202+101+108=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA656C is #359A93. Grayscale: #848484. Windows color (decimal): -3512980 or 7103946. OLE color: 7103946.

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

Color convert

RGB202101108-
CMYK00.500.470.21
HSL355.84º48.79%59.41%-
HSV(B)355.84º50%79.22%-
XYZ31.7222.9516.94-
YUV132114.46177.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 101 (39.84% from 255) = 24.57%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=49.15%
G=24.57%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210110800.500.470.21355.8448.7959.41
HexCA656C0322F15164313b
Octal31214515406257255446173
Binary1100101011001011101100011001010111110101101100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA656C; }

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

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

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

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

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

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

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

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