#CA6774

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

Shades of Cabaret #CA6774

Tints of Cabaret #CA6774

Color information

#CA6774 (or 0xCA6774) is unknown color: approx Cabaret. HEX triplet: CA, 67 and 74. RGB value is (202,103,116). Sum of RGB (Red+Green+Blue) = 202+103+116=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6774 is #35988B. Grayscale: #868686. Windows color (decimal): -3512460 or 7628746. OLE color: 7628746.

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

Color convert

RGB202103116-
CMYK00.490.430.21
HSL352.12º48.29%59.8%-
HSV(B)352.12º49.01%79.22%-
XYZ32.3623.5219.36-
YUV134.08117.8176.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=47.98%
G=24.47%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210311600.490.430.21352.1248.2959.8
HexCA67740312B15160303c
Octal31214716406153255406074
Binary1100101011001111110100011000110101110101101100000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6774; }

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

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

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

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

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

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

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

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