Html Css Color HEX #C1B010 La Rioja

📋 copy color: '#C1B010'

red 193 ◦ green 176 ◦ blue 16

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

Shades of La Rioja #C1B010

Tints of La Rioja #C1B010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.16%

R = 50.13%
G = 45.71%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C1B010 (or 0xC1B010) is known color: La Rioja. HEX triplet: C1, B0 and 10. RGB value is (193,176,16). Sum of RGB (Red+Green+Blue) = 193+176+16=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1B010 is #3E4FEF. Grayscale: #A3A3A3. Windows color (decimal): -4083696 or 1093825. OLE color: 1093825.

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

Color convert

RGB 193 176 16 -
CMYK 0 0.09 0.92 0.24
HSL 54.24º 0.85% 0.41% -
HSV(B) 54.24º 0.92% 0.76% -
XYZ 37.61 42.43 6.7 -
YUV 162.84 45.13 149.51 -
System Red Green Blue C M Y K H S L
Decimal 193 176 16 0 0.09 0.92 0.24 54.24 0.85 0.41
Hex C1 B0 10 0 9 5C 18 36 55 29
Octal 301 260 20 0 11 134 30 66 125 51
Binary 11000001 10110000 10000 0 1001 1011100 11000 110110 1010101 101001

Color Harmonies of #C1B010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B010

Black with #C1B010

Text Example


Text Example

White with #C1B010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B010; }

 p { color: rgb(193,176,16); }

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

background-color css

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

 a { background-color: rgb(193,176,16); }

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

border-color css

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

 span { border-color: rgb(193,176,16); }

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