#CA6175

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

Shades of Cabaret #CA6175

Tints of Cabaret #CA6175

Color information

#CA6175 (or 0xCA6175) is unknown color: approx Cabaret. HEX triplet: CA, 61 and 75. RGB value is (202,97,117). Sum of RGB (Red+Green+Blue) = 202+97+117=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6175 is #359E8A. Grayscale: #828282. Windows color (decimal): -3513995 or 7692746. OLE color: 7692746.

HSL color Cylindrical-coordinate representation of color #CA6175: hue angle of 348.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6175 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB20297117-
CMYK00.520.420.21
HSL348.57º49.76%58.63%-
HSV(B)348.57º51.98%79.22%-
XYZ31.8422.3919.47-
YUV130.67120.29178.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=48.56%
G=23.32%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029711700.520.420.21348.5749.7658.63
HexCA61750342A1515d323b
Octal31214116506452255356273
Binary1100101011000011110101011010010101010101101011101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6175; }

 p { color: rgb(202,97,117); }

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

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

 a { background-color: rgb(202,97,117); }

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

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

 span { border-color: rgb(202,97,117); }

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