#CA6277

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

Shades of Cabaret #CA6277

Tints of Cabaret #CA6277

Color information

#CA6277 (or 0xCA6277) is unknown color: approx Cabaret. HEX triplet: CA, 62 and 77. RGB value is (202,98,119). Sum of RGB (Red+Green+Blue) = 202+98+119=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6277 is #359D88. Grayscale: #838383. Windows color (decimal): -3513737 or 7824074. OLE color: 7824074.

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

Color convert

RGB20298119-
CMYK00.510.410.21
HSL347.88º49.52%58.82%-
HSV(B)347.88º51.49%79.22%-
XYZ32.0522.6220.13-
YUV131.49120.96178.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.21%
GREEN value IS 98 (38.67% from 255) = 23.39%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=48.21%
G=23.39%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029811900.510.410.21347.8849.5258.82
HexCA6277033291515c323b
Octal31214216706351255346273
Binary1100101011000101110111011001110100110101101011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6277; }

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

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

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

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

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

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

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

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