Html Css Color HEX #C1B211 La Rioja

📋 copy color: '#C1B211'

red 193 ◦ green 178 ◦ blue 17

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

Shades of La Rioja #C1B211

Tints of La Rioja #C1B211

RGB

 RED value IS 193 (75.78% from 255) = 49.74%

 GREEN value IS 178 (69.92% from 255) = 45.88%

 BLUE value IS 17 (7.03% from 255) = 4.38%

R = 49.74%
G = 45.88%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C1B211 (or 0xC1B211) is known color: La Rioja. HEX triplet: C1, B2 and 11. RGB value is (193,178,17). Sum of RGB (Red+Green+Blue) = 193+178+17=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B211 is #3E4DEE. Grayscale: #A4A4A4. Windows color (decimal): -4083183 or 1159873. OLE color: 1159873.

HSL color Cylindrical-coordinate representation of color #C1B211: hue angle of 54.89º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1B211 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 178 17 -
CMYK 0 0.08 0.91 0.24
HSL 54.89º 0.84% 0.41% -
HSV(B) 54.89º 0.91% 0.76% -
XYZ 38.01 43.22 6.87 -
YUV 164.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 193 178 17 0 0.08 0.91 0.24 54.89 0.84 0.41
Hex C1 B2 11 0 8 5B 18 37 54 29
Octal 301 262 21 0 10 133 30 67 124 51
Binary 11000001 10110010 10001 0 1000 1011011 11000 110111 1010100 101001

Color Harmonies of #C1B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B211

Black with #C1B211

Text Example


Text Example

White with #C1B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B211; }

 p { color: rgb(193,178,17); }

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

background-color css

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

 a { background-color: rgb(193,178,17); }

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

border-color css

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

 span { border-color: rgb(193,178,17); }

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