#C0A392

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

Shades of Del Rio #C0A392

Tints of Del Rio #C0A392

Color information

#C0A392 (or 0xC0A392) is unknown color: approx Del Rio. HEX triplet: C0, A3 and 92. RGB value is (192,163,146). Sum of RGB (Red+Green+Blue) = 192+163+146=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A392 is #3F5C6D. Grayscale: #A9A9A9. Windows color (decimal): -4152430 or 9610176. OLE color: 9610176.

HSL color Cylindrical-coordinate representation of color #C0A392: hue angle of 22.17º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0A392 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB192163146-
CMYK00.150.240.25
HSL22.17º26.74%66.27%-
HSV(B)22.17º23.96%75.29%-
XYZ40.0239.4832.7-
YUV169.73114.61143.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=38.32%
G=32.53%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216314600.150.240.2522.1726.7466.27
HexC0A3920F1819161b42
Octal30024322201730312633102
Binary11000000101000111001001001111110001100110110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A392; }

 p { color: rgb(192,163,146); }

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

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

 a { background-color: rgb(192,163,146); }

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

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

 span { border-color: rgb(192,163,146); }

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