Html Css Color HEX #C9B100 La Rioja

📋 copy color: '#C9B100'

red 201 ◦ green 177 ◦ blue 0

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

Shades of La Rioja #C9B100

Tints of La Rioja #C9B100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.17%
G = 46.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#C9B100 (or 0xC9B100) is known color: La Rioja. HEX triplet: C9, B1 and 00. RGB value is (201,177,0). Sum of RGB (Red+Green+Blue) = 201+177+0=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C9B100 is #364EFF. Grayscale: #A4A4A4. Windows color (decimal): -3559168 or 45513. OLE color: 45513.

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

Color convert

RGB 201 177 0 -
CMYK 0 0.12 1 0.21
HSL 52.84º 1% 0.39% -
HSV(B) 52.84º 1% 0.79% -
XYZ 39.81 43.86 6.37 -
YUV 164 35.45 154.39 -
System Red Green Blue C M Y K H S L
Decimal 201 177 0 0 0.12 1 0.21 52.84 1 0.39
Hex C9 B1 0 0 C 64 15 35 64 27
Octal 311 261 0 0 14 144 25 65 144 47
Binary 11001001 10110001 0 0 1100 1100100 10101 110101 1100100 100111

Color Harmonies of #C9B100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B100

Black with #C9B100

Text Example


Text Example

White with #C9B100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B100; }

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

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

background-color css

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

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

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

border-color css

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

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

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