#C3B612

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

Shades of La Rioja #C3B612

Tints of La Rioja #C3B612

Color information

#C3B612 (or 0xC3B612) is unknown color: approx La Rioja. HEX triplet: C3, B6 and 12. RGB value is (195,182,18). Sum of RGB (Red+Green+Blue) = 195+182+18=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B612 is #3C49ED. Grayscale: #A7A7A7. Windows color (decimal): -3951086 or 1226435. OLE color: 1226435.

HSL color Cylindrical-coordinate representation of color #C3B612: hue angle of 55.59º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3B612 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB19518218-
CMYK00.070.910.24
HSL55.59º83.1%41.76%-
HSV(B)55.59º90.77%76.47%-
XYZ39.3445.17.2-
YUV167.1943.81147.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 182 (71.48% from 255) = 46.08%
BLUE value IS 18 (7.42% from 255) = 4.56%
R=49.37%
G=46.08%
B=4.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951821800.070.910.2455.5983.141.76
HexC3B612075B1838532a
Octal3032662207133307012352
Binary11000011101101101001001111011011110001110001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B612; }

 p { color: rgb(195,182,18); }

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

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

 a { background-color: rgb(195,182,18); }

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

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

 span { border-color: rgb(195,182,18); }

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