#CA626D

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

Shades of Cabaret #CA626D

Tints of Cabaret #CA626D

Color information

#CA626D (or 0xCA626D) is unknown color: approx Cabaret. HEX triplet: CA, 62 and 6D. RGB value is (202,98,109). Sum of RGB (Red+Green+Blue) = 202+98+109=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA626D is #359D92. Grayscale: #828282. Windows color (decimal): -3513747 or 7168714. OLE color: 7168714.

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

Color convert

RGB20298109-
CMYK00.510.460.21
HSL353.65º49.52%58.82%-
HSV(B)353.65º51.49%79.22%-
XYZ31.4922.417.13-
YUV130.35115.96179.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 98 (38.67% from 255) = 23.96%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=49.39%
G=23.96%
B=26.65%

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
Decimal2029810900.510.460.21353.6549.5258.82
HexCA626D0332E15162323b
Octal31214215506356255426273
Binary1100101011000101101101011001110111010101101100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA626D; }

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

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

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

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

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

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

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

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