#CA636C

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

Shades of Cabaret #CA636C

Tints of Cabaret #CA636C

Color information

#CA636C (or 0xCA636C) is unknown color: approx Cabaret. HEX triplet: CA, 63 and 6C. RGB value is (202,99,108). Sum of RGB (Red+Green+Blue) = 202+99+108=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA636C is #359C93. Grayscale: #828282. Windows color (decimal): -3513492 or 7103434. OLE color: 7103434.

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

Color convert

RGB20299108-
CMYK00.510.470.21
HSL354.76º49.28%59.02%-
HSV(B)354.76º50.99%79.22%-
XYZ31.5322.5616.88-
YUV130.82115.12178.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 108 (42.58% from 255) = 26.41%
R=49.39%
G=24.21%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029910800.510.470.21354.7649.2859.02
HexCA636C0332F15163313b
Octal31214315406357255436173
Binary1100101011000111101100011001110111110101101100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA636C; }

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

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

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

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

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

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

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

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