Html Css Color HEX #C5B008 La Rioja

📋 copy color: '#C5B008'

red 197 ◦ green 176 ◦ blue 8

#C5B008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #C5B008

Tints of La Rioja #C5B008

RGB

 RED value IS 197 (77.34% from 255) = 51.71%

 GREEN value IS 176 (69.14% from 255) = 46.19%

 BLUE value IS 8 (3.52% from 255) = 2.1%

R = 51.71%
G = 46.19%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C5B008 (or 0xC5B008) is known color: La Rioja. HEX triplet: C5, B0 and 08. RGB value is (197,176,8). Sum of RGB (Red+Green+Blue) = 197+176+8=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B008 is #3A4FF7. Grayscale: #A3A3A3. Windows color (decimal): -3821560 or 569541. OLE color: 569541.

HSL color Cylindrical-coordinate representation of color #C5B008: hue angle of 53.33º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5B008 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 8 -
CMYK 0 0.11 0.96 0.23
HSL 53.33º 0.92% 0.4% -
HSV(B) 53.33º 0.96% 0.77% -
XYZ 38.6 42.94 6.48 -
YUV 163.13 40.46 152.16 -
System Red Green Blue C M Y K H S L
Decimal 197 176 8 0 0.11 0.96 0.23 53.33 0.92 0.4
Hex C5 B0 8 0 B 60 17 35 5C 28
Octal 305 260 10 0 13 140 27 65 134 50
Binary 11000101 10110000 1000 0 1011 1100000 10111 110101 1011100 101000

Color Harmonies of #C5B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B008

Black with #C5B008

Text Example


Text Example

White with #C5B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B008; }

 p { color: rgb(197,176,8); }

 H1.HeaderClassName
 {
   color: #C5B008;
 }
 .AnyTagClassName
 {
   color: #C5B008;
 }
</style>

background-color css

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

 a { background-color: rgb(197,176,8); }

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

border-color css

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

 span { border-color: rgb(197,176,8); }

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