#c2b506

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

Shades of La Rioja #C2B506

Tints of La Rioja #C2B506

Color information

#C2B506 (or 0xC2B506) is unknown color: approx La Rioja. HEX triplet: C2, B5 and 06. RGB value is (194,181,6). Sum of RGB (Red+Green+Blue) = 194+181+6=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B506 is #3D4AF9. Grayscale: #A5A5A5. Windows color (decimal): -4016890 or 439746. OLE color: 439746.

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

Color convert

RGB1941816-
CMYK00.070.970.24
HSL55.85º94%39.22%-
HSV(B)55.85º96.91%76.08%-
XYZ38.844.536.72-
YUV164.9438.31148.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.92%
GREEN value IS 181 (71.09% from 255) = 47.51%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=50.92%
G=47.51%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194181600.070.970.2455.859439.22
HexC2B56076118385e27
Octal302265607141307013647
Binary110000101011010111001111100001110001110001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2b506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2b506; }

 p { color: rgb(194,181,6); }

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

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

 a { background-color: rgb(194,181,6); }

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

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

 span { border-color: rgb(194,181,6); }

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