Html Css Color HEX #C1B80B La Rioja

📋 copy color: '#C1B80B'

red 193 ◦ green 184 ◦ blue 11

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

Shades of La Rioja #C1B80B

Tints of La Rioja #C1B80B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.42%

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 49.74%
G = 47.42%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1B80B (or 0xC1B80B) is known color: La Rioja. HEX triplet: C1, B8 and 0B. RGB value is (193,184,11). Sum of RGB (Red+Green+Blue) = 193+184+11=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B80B is #3E47F4. Grayscale: #A7A7A7. Windows color (decimal): -4081653 or 768193. OLE color: 768193.

HSL color Cylindrical-coordinate representation of color #C1B80B: hue angle of 57.03º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1B80B is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 184 11 -
CMYK 0 0.05 0.94 0.24
HSL 57.03º 0.89% 0.4% -
HSV(B) 57.03º 0.94% 0.76% -
XYZ 39.19 45.64 7.06 -
YUV 166.97 39.98 146.57 -
System Red Green Blue C M Y K H S L
Decimal 193 184 11 0 0.05 0.94 0.24 57.03 0.89 0.4
Hex C1 B8 B 0 5 5E 18 39 59 28
Octal 301 270 13 0 5 136 30 71 131 50
Binary 11000001 10111000 1011 0 101 1011110 11000 111001 1011001 101000

Color Harmonies of #C1B80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B80B

Black with #C1B80B

Text Example


Text Example

White with #C1B80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B80B; }

 p { color: rgb(193,184,11); }

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

background-color css

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

 a { background-color: rgb(193,184,11); }

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

border-color css

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

 span { border-color: rgb(193,184,11); }

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