#CA656F

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

Shades of Cabaret #CA656F

Tints of Cabaret #CA656F

Color information

#CA656F (or 0xCA656F) is unknown color: approx Cabaret. HEX triplet: CA, 65 and 6F. RGB value is (202,101,111). Sum of RGB (Red+Green+Blue) = 202+101+111=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA656F is #359A90. Grayscale: #848484. Windows color (decimal): -3512977 or 7300554. OLE color: 7300554.

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

Color convert

RGB202101111-
CMYK00.500.450.21
HSL354.06º48.79%59.41%-
HSV(B)354.06º50%79.22%-
XYZ31.8823.0117.8-
YUV132.34115.96177.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.79%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 111 (43.75% from 255) = 26.81%
R=48.79%
G=24.40%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210111100.500.450.21354.0648.7959.41
HexCA656F0322D15162313b
Octal31214515706255255426173
Binary1100101011001011101111011001010110110101101100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA656F; }

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

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

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

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

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

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

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

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