Html Css Color HEX #C9B101 La Rioja

📋 copy color: '#C9B101'

red 201 ◦ green 177 ◦ blue 1

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

Shades of La Rioja #C9B101

Tints of La Rioja #C9B101

RGB

 RED value IS 201 (78.91% from 255) = 53.03%

 GREEN value IS 177 (69.53% from 255) = 46.7%

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

R = 53.03%
G = 46.7%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#C9B101 (or 0xC9B101) is known color: La Rioja. HEX triplet: C9, B1 and 01. RGB value is (201,177,1). Sum of RGB (Red+Green+Blue) = 201+177+1=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B101 is #364EFE. Grayscale: #A4A4A4. Windows color (decimal): -3559167 or 111049. OLE color: 111049.

HSL color Cylindrical-coordinate representation of color #C9B101: hue angle of 52.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9B101 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 177 1 -
CMYK 0 0.12 1.00 0.21
HSL 52.8º 0.99% 0.4% -
HSV(B) 52.8º 1% 0.79% -
XYZ 39.82 43.86 6.4 -
YUV 164.11 35.95 154.31 -
System Red Green Blue C M Y K H S L
Decimal 201 177 1 0 0.12 1.00 0.21 52.8 0.99 0.4
Hex C9 B1 1 0 C 64 15 35 63 28
Octal 311 261 1 0 14 144 25 65 143 50
Binary 11001001 10110001 1 0 1100 1100100 10101 110101 1100011 101000

Color Harmonies of #C9B101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B101

Black with #C9B101

Text Example


Text Example

White with #C9B101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B101; }

 p { color: rgb(201,177,1); }

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

background-color css

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

 a { background-color: rgb(201,177,1); }

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

border-color css

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

 span { border-color: rgb(201,177,1); }

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