#C8BA05

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

Shades of La Rioja #C8BA05

Tints of La Rioja #C8BA05

Color information

#C8BA05 (or 0xC8BA05) is unknown color: approx La Rioja. HEX triplet: C8, BA and 05. RGB value is (200,186,5). Sum of RGB (Red+Green+Blue) = 200+186+5=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA05 is #3745FA. Grayscale: #AAAAAA. Windows color (decimal): -3622395 or 375496. OLE color: 375496.

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

Color convert

RGB2001865-
CMYK00.070.980.22
HSL55.69º95.12%40.2%-
HSV(B)55.69º97.5%78.43%-
XYZ41.4147.417.11-
YUV169.5535.14149.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.15%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 5 (2.34% from 255) = 1.28%
R=51.15%
G=47.57%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200186500.070.980.2255.6995.1240.2
HexC8BA5076216385f28
Octal310272507142267013750
Binary110010001011101010101111100010101101110001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA05; }

 p { color: rgb(200,186,5); }

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

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

 a { background-color: rgb(200,186,5); }

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

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

 span { border-color: rgb(200,186,5); }

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