#C8B003

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

Shades of La Rioja #C8B003

Tints of La Rioja #C8B003

Color information

#C8B003 (or 0xC8B003) is unknown color: approx La Rioja. HEX triplet: C8, B0 and 03. RGB value is (200,176,3). Sum of RGB (Red+Green+Blue) = 200+176+3=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 3 (1.56% from 255 or 0.79% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B003 is #374FFC. Grayscale: #A4A4A4. Windows color (decimal): -3624957 or 241864. OLE color: 241864.

HSL color Cylindrical-coordinate representation of color #C8B003: hue angle of 52.69º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8B003 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB2001763-
CMYK00.120.980.22
HSL52.69º97.04%39.8%-
HSV(B)52.69º98.5%78.43%-
XYZ39.3643.346.38-
YUV163.4537.45154.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.77%
GREEN value IS 176 (69.14% from 255) = 46.44%
BLUE value IS 3 (1.56% from 255) = 0.79%
R=52.77%
G=46.44%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200176300.120.980.2252.6997.0439.8
HexC8B030C6216356128
Octal3102603014142266514150
Binary110010001011000011011001100010101101101011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B003; }

 p { color: rgb(200,176,3); }

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

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

 a { background-color: rgb(200,176,3); }

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

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

 span { border-color: rgb(200,176,3); }

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