#C6AB04

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

Shades of La Rioja #C6AB04

Tints of La Rioja #C6AB04

Color information

#C6AB04 (or 0xC6AB04) is unknown color: approx La Rioja. HEX triplet: C6, AB and 04. RGB value is (198,171,4). Sum of RGB (Red+Green+Blue) = 198+171+4=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 171 (67.19% from 255 or 45.84% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AB04 is #3954FB. Grayscale: #A0A0A0. Windows color (decimal): -3757308 or 306118. OLE color: 306118.

HSL color Cylindrical-coordinate representation of color #C6AB04: hue angle of 51.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6AB04 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB1981714-
CMYK00.140.980.22
HSL51.65º96.04%39.61%-
HSV(B)51.65º97.98%77.65%-
XYZ37.8741.146.06-
YUV160.0439.95155.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.08%
GREEN value IS 171 (67.19% from 255) = 45.84%
BLUE value IS 4 (1.95% from 255) = 1.07%
R=53.08%
G=45.84%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198171400.140.980.2251.6596.0439.61
HexC6AB40E6216346028
Octal3062534016142266414050
Binary1100011010101011100011101100010101101101001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AB04; }

 p { color: rgb(198,171,4); }

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

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

 a { background-color: rgb(198,171,4); }

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

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

 span { border-color: rgb(198,171,4); }

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