#C4B00B

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

Shades of La Rioja #C4B00B

Tints of La Rioja #C4B00B

Color information

#C4B00B (or 0xC4B00B) is unknown color: approx La Rioja. HEX triplet: C4, B0 and 0B. RGB value is (196,176,11). Sum of RGB (Red+Green+Blue) = 196+176+11=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B00B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B00B is #3B4FF4. Grayscale: #A3A3A3. Windows color (decimal): -3887093 or 766148. OLE color: 766148.

HSL color Cylindrical-coordinate representation of color #C4B00B: hue angle of 53.51º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4B00B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB19617611-
CMYK00.100.940.23
HSL53.51º89.37%40.59%-
HSV(B)53.51º94.39%76.86%-
XYZ38.3542.816.56-
YUV163.1742.13151.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 11 (4.69% from 255) = 2.87%
R=51.17%
G=45.95%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961761100.100.940.2353.5189.3740.59
HexC4B0B0A5E17365929
Octal30426013012136276613151
Binary11000100101100001011010101011110101111101101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B00B; }

 p { color: rgb(196,176,11); }

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

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

 a { background-color: rgb(196,176,11); }

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

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

 span { border-color: rgb(196,176,11); }

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