Html Css Color HEX #C1B30C La Rioja

📋 copy color: '#C1B30C'

red 193 ◦ green 179 ◦ blue 12

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

Shades of La Rioja #C1B30C

Tints of La Rioja #C1B30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.61%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 50.26%
G = 46.61%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1B30C (or 0xC1B30C) is known color: La Rioja. HEX triplet: C1, B3 and 0C. RGB value is (193,179,12). Sum of RGB (Red+Green+Blue) = 193+179+12=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B30C is #3E4CF3. Grayscale: #A4A4A4. Windows color (decimal): -4082932 or 832449. OLE color: 832449.

HSL color Cylindrical-coordinate representation of color #C1B30C: hue angle of 55.36º degrees, saturation: 0.88, 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 #C1B30C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 179 12 -
CMYK 0 0.07 0.94 0.24
HSL 55.36º 0.88% 0.4% -
HSV(B) 55.36º 0.94% 0.76% -
XYZ 38.18 43.6 6.75 -
YUV 164.15 42.14 148.58 -
System Red Green Blue C M Y K H S L
Decimal 193 179 12 0 0.07 0.94 0.24 55.36 0.88 0.4
Hex C1 B3 C 0 7 5E 18 37 58 28
Octal 301 263 14 0 7 136 30 67 130 50
Binary 11000001 10110011 1100 0 111 1011110 11000 110111 1011000 101000

Color Harmonies of #C1B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B30C

Black with #C1B30C

Text Example


Text Example

White with #C1B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B30C; }

 p { color: rgb(193,179,12); }

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

background-color css

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

 a { background-color: rgb(193,179,12); }

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

border-color css

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

 span { border-color: rgb(193,179,12); }

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