#C3AE08

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

Shades of La Rioja #C3AE08

Tints of La Rioja #C3AE08

Color information

#C3AE08 (or 0xC3AE08) is unknown color: approx La Rioja. HEX triplet: C3, AE and 08. RGB value is (195,174,8). Sum of RGB (Red+Green+Blue) = 195+174+8=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 8 (3.52% from 255 or 2.12% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AE08 is #3C51F7. Grayscale: #A2A2A2. Windows color (decimal): -3953144 or 569027. OLE color: 569027.

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

Color convert

RGB1951748-
CMYK00.110.960.24
HSL53.26º92.12%39.8%-
HSV(B)53.26º95.9%76.47%-
XYZ37.6941.896.33-
YUV161.3541.46152-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.72%
GREEN value IS 174 (68.36% from 255) = 46.15%
BLUE value IS 8 (3.52% from 255) = 2.12%
R=51.72%
G=46.15%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195174800.110.960.2453.2692.1239.8
HexC3AE80B6018355c28
Octal30325610013140306513450
Binary11000011101011101000010111100000110001101011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE08; }

 p { color: rgb(195,174,8); }

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

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

 a { background-color: rgb(195,174,8); }

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

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

 span { border-color: rgb(195,174,8); }

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