#CA636E

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

Shades of Cabaret #CA636E

Tints of Cabaret #CA636E

Color information

#CA636E (or 0xCA636E) is unknown color: approx Cabaret. HEX triplet: CA, 63 and 6E. RGB value is (202,99,110). Sum of RGB (Red+Green+Blue) = 202+99+110=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA636E is #359C91. Grayscale: #838383. Windows color (decimal): -3513490 or 7234506. OLE color: 7234506.

HSL color Cylindrical-coordinate representation of color #CA636E: hue angle of 353.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA636E is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB20299110-
CMYK00.510.460.21
HSL353.59º49.28%59.02%-
HSV(B)353.59º50.99%79.22%-
XYZ31.6322.6117.45-
YUV131.05116.12178.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=49.15%
G=24.09%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029911000.510.460.21353.5949.2859.02
HexCA636E0332E15162313b
Octal31214315606356255426173
Binary1100101011000111101110011001110111010101101100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA636E; }

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

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

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

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

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

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

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

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