#C65469

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

Shades of Cabaret #C65469

Tints of Cabaret #C65469

Color information

#C65469 (or 0xC65469) is unknown color: approx Cabaret. HEX triplet: C6, 54 and 69. RGB value is (198,84,105). Sum of RGB (Red+Green+Blue) = 198+84+105=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C65469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65469 is #39AB96. Grayscale: #787878. Windows color (decimal): -3779479 or 6902982. OLE color: 6902982.

HSL color Cylindrical-coordinate representation of color #C65469: hue angle of 348.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65469 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB19884105-
CMYK00.580.470.22
HSL348.95º50%55.29%-
HSV(B)348.95º57.58%77.65%-
XYZ29.0119.3715.57-
YUV120.48119.27183.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 105 (41.41% from 255) = 27.13%
R=51.16%
G=21.71%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988410500.580.470.22348.955055.29
HexC6546903A2F1615d3237
Octal30612415107257265356267
Binary1100011010101001101001011101010111110110101011101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65469; }

 p { color: rgb(198,84,105); }

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

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

 a { background-color: rgb(198,84,105); }

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

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

 span { border-color: rgb(198,84,105); }

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