#CA626B

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

Shades of Cabaret #CA626B

Tints of Cabaret #CA626B

Color information

#CA626B (or 0xCA626B) is unknown color: approx Cabaret. HEX triplet: CA, 62 and 6B. RGB value is (202,98,107). Sum of RGB (Red+Green+Blue) = 202+98+107=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA626B is #359D94. Grayscale: #828282. Windows color (decimal): -3513749 or 7037642. OLE color: 7037642.

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

Color convert

RGB20298107-
CMYK00.510.470.21
HSL354.81º49.52%58.82%-
HSV(B)354.81º51.49%79.22%-
XYZ31.3822.3516.57-
YUV130.12114.96179.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 107 (42.19% from 255) = 26.29%
R=49.63%
G=24.08%
B=26.29%

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
Decimal2029810700.510.470.21354.8149.5258.82
HexCA626B0332F15163323b
Octal31214215306357255436273
Binary1100101011000101101011011001110111110101101100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA626B; }

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

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

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

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

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

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

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

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