Html Css Color HEX #C5B001 La Rioja

📋 copy color: '#C5B001'

red 197 ◦ green 176 ◦ blue 1

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

Shades of La Rioja #C5B001

Tints of La Rioja #C5B001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 52.67%
G = 47.06%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C5B001 (or 0xC5B001) is known color: La Rioja. HEX triplet: C5, B0 and 01. RGB value is (197,176,1). Sum of RGB (Red+Green+Blue) = 197+176+1=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B001 is #3A4FFE. Grayscale: #A3A3A3. Windows color (decimal): -3821567 or 110789. OLE color: 110789.

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

Color convert

RGB 197 176 1 -
CMYK 0 0.11 0.99 0.23
HSL 53.57º 0.99% 0.39% -
HSV(B) 53.57º 0.99% 0.77% -
XYZ 38.56 42.92 6.28 -
YUV 162.33 36.96 152.73 -
System Red Green Blue C M Y K H S L
Decimal 197 176 1 0 0.11 0.99 0.23 53.57 0.99 0.39
Hex C5 B0 1 0 B 63 17 36 63 27
Octal 305 260 1 0 13 143 27 66 143 47
Binary 11000101 10110000 1 0 1011 1100011 10111 110110 1100011 100111

Color Harmonies of #C5B001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B001

Black with #C5B001

Text Example


Text Example

White with #C5B001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B001; }

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

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

background-color css

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

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

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

border-color css

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

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

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