#CA646E

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

Shades of Cabaret #CA646E

Tints of Cabaret #CA646E

Color information

#CA646E (or 0xCA646E) is unknown color: approx Cabaret. HEX triplet: CA, 64 and 6E. RGB value is (202,100,110). Sum of RGB (Red+Green+Blue) = 202+100+110=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA646E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA646E is #359B91. Grayscale: #838383. Windows color (decimal): -3513234 or 7234762. OLE color: 7234762.

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

Color convert

RGB202100110-
CMYK00.500.460.21
HSL354.12º49.04%59.22%-
HSV(B)354.12º50.5%79.22%-
XYZ31.7322.817.48-
YUV131.64115.79178.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 100 (39.45% from 255) = 24.27%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=49.03%
G=24.27%
B=26.70%

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
Decimal20210011000.500.460.21354.1249.0459.22
HexCA646E0322E15162313b
Octal31214415606256255426173
Binary1100101011001001101110011001010111010101101100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA646E; }

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

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

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

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

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

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

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

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