#CA646D

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

Shades of Cabaret #CA646D

Tints of Cabaret #CA646D

Color information

#CA646D (or 0xCA646D) is unknown color: approx Cabaret. HEX triplet: CA, 64 and 6D. RGB value is (202,100,109). Sum of RGB (Red+Green+Blue) = 202+100+109=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA646D is #359B92. Grayscale: #838383. Windows color (decimal): -3513235 or 7169226. OLE color: 7169226.

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

Color convert

RGB202100109-
CMYK00.500.460.21
HSL354.71º49.04%59.22%-
HSV(B)354.71º50.5%79.22%-
XYZ31.6722.7817.19-
YUV131.52115.29178.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=49.15%
G=24.33%
B=26.52%

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
Decimal20210010900.500.460.21354.7149.0459.22
HexCA646D0322E15163313b
Octal31214415506256255436173
Binary1100101011001001101101011001010111010101101100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA646D; }

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

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

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

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

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

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

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

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