#CA6775

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

Shades of Cabaret #CA6775

Tints of Cabaret #CA6775

Color information

#CA6775 (or 0xCA6775) is unknown color: approx Cabaret. HEX triplet: CA, 67 and 75. RGB value is (202,103,117). Sum of RGB (Red+Green+Blue) = 202+103+117=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6775 is #35988A. Grayscale: #868686. Windows color (decimal): -3512459 or 7694282. OLE color: 7694282.

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

Color convert

RGB202103117-
CMYK00.490.420.21
HSL351.52º48.29%59.8%-
HSV(B)351.52º49.01%79.22%-
XYZ32.4223.5419.66-
YUV134.2118.3176.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 117 (46.09% from 255) = 27.73%
R=47.87%
G=24.41%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210311700.490.420.21351.5248.2959.8
HexCA67750312A15160303c
Octal31214716506152255406074
Binary1100101011001111110101011000110101010101101100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6775; }

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

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

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

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

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

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

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

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