#ca6271

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

Shades of Cabaret #CA6271

Tints of Cabaret #CA6271

Color information

#CA6271 (or 0xCA6271) is unknown color: approx Cabaret. HEX triplet: CA, 62 and 71. RGB value is (202,98,113). Sum of RGB (Red+Green+Blue) = 202+98+113=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6271 is #359D8E. Grayscale: #828282. Windows color (decimal): -3513743 or 7430858. OLE color: 7430858.

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

Color convert

RGB20298113-
CMYK00.510.440.21
HSL351.35º49.52%58.82%-
HSV(B)351.35º51.49%79.22%-
XYZ31.7122.4818.29-
YUV130.81117.96178.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 113 (44.53% from 255) = 27.36%
R=48.91%
G=23.73%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029811300.510.440.21351.3549.5258.82
HexCA62710332C1515f323b
Octal31214216106354255376273
Binary1100101011000101110001011001110110010101101011111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca6271; }

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

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

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

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

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

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

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

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