#CA626E

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

Shades of Cabaret #CA626E

Tints of Cabaret #CA626E

Color information

#CA626E (or 0xCA626E) is unknown color: approx Cabaret. HEX triplet: CA, 62 and 6E. RGB value is (202,98,110). Sum of RGB (Red+Green+Blue) = 202+98+110=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA626E is #359D91. Grayscale: #828282. Windows color (decimal): -3513746 or 7234250. OLE color: 7234250.

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

Color convert

RGB20298110-
CMYK00.510.460.21
HSL353.08º49.52%58.82%-
HSV(B)353.08º51.49%79.22%-
XYZ31.5422.4217.42-
YUV130.46116.46179.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=49.27%
G=23.90%
B=26.83%

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
Decimal2029811000.510.460.21353.0849.5258.82
HexCA626E0332E15161323b
Octal31214215606356255416273
Binary1100101011000101101110011001110111010101101100001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA626E; }

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

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

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

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

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

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

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

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