#C0AB08

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

Shades of La Rioja #C0AB08

Tints of La Rioja #C0AB08

Color information

#C0AB08 (or 0xC0AB08) is unknown color: approx La Rioja. HEX triplet: C0, AB and 08. RGB value is (192,171,8). Sum of RGB (Red+Green+Blue) = 192+171+8=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AB08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AB08 is #3F54F7. Grayscale: #9F9F9F. Windows color (decimal): -4150520 or 568256. OLE color: 568256.

HSL color Cylindrical-coordinate representation of color #C0AB08: hue angle of 53.15º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0AB08 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1921718-
CMYK00.110.960.25
HSL53.15º92%39.22%-
HSV(B)53.15º95.83%75.29%-
XYZ36.3440.356.1-
YUV158.742.96151.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.75%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 8 (3.52% from 255) = 2.16%
R=51.75%
G=46.09%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192171800.110.960.2553.159239.22
HexC0AB80B6019355c27
Octal30025310013140316513447
Binary11000000101010111000010111100000110011101011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AB08; }

 p { color: rgb(192,171,8); }

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

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

 a { background-color: rgb(192,171,8); }

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

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

 span { border-color: rgb(192,171,8); }

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