#C3AC00

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

Shades of La Rioja #C3AC00

Tints of La Rioja #C3AC00

Color information

#C3AC00 (or 0xC3AC00) is unknown color: approx La Rioja. HEX triplet: C3, AC and 00. RGB value is (195,172,0). Sum of RGB (Red+Green+Blue) = 195+172+0=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AC00 is #3C53FF. Grayscale: #9F9F9F. Windows color (decimal): -3953664 or 44227. OLE color: 44227.

HSL color Cylindrical-coordinate representation of color #C3AC00: hue angle of 52.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3AC00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1951720-
CMYK00.1210.24
HSL52.92º100%38.24%-
HSV(B)52.92º100%76.47%-
XYZ37.2641.115.97-
YUV159.2738.12153.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.13%
GREEN value IS 172 (67.58% from 255) = 46.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.13%
G=46.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195172000.1210.2452.9210038.24
HexC3AC00C6418356426
Octal3032540014144306514446
Binary11000011101011000011001100100110001101011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC00; }

 p { color: rgb(195,172,0); }

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

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

 a { background-color: rgb(195,172,0); }

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

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

 span { border-color: rgb(195,172,0); }

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