#CA646B

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

Shades of Cabaret #CA646B

Tints of Cabaret #CA646B

Color information

#CA646B (or 0xCA646B) is unknown color: approx Cabaret. HEX triplet: CA, 64 and 6B. RGB value is (202,100,107). Sum of RGB (Red+Green+Blue) = 202+100+107=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA646B is #359B94. Grayscale: #838383. Windows color (decimal): -3513237 or 7038154. OLE color: 7038154.

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

Color convert

RGB202100107-
CMYK00.500.470.21
HSL355.88º49.04%59.22%-
HSV(B)355.88º50.5%79.22%-
XYZ31.5722.7316.63-
YUV131.3114.29178.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 100 (39.45% from 255) = 24.45%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=49.39%
G=24.45%
B=26.16%

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
Decimal20210010700.500.470.21355.8849.0459.22
HexCA646B0322F15164313b
Octal31214415306257255446173
Binary1100101011001001101011011001010111110101101100100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA646B; }

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

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

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

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

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

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

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

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