Html Css Color HEX #C2B511 La Rioja

📋 copy color: '#C2B511'

red 194 ◦ green 181 ◦ blue 17

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

Shades of La Rioja #C2B511

Tints of La Rioja #C2B511

RGB

 RED value IS 194 (76.17% from 255) = 49.49%

 GREEN value IS 181 (71.09% from 255) = 46.17%

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

R = 49.49%
G = 46.17%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2B511 (or 0xC2B511) is known color: La Rioja. HEX triplet: C2, B5 and 11. RGB value is (194,181,17). Sum of RGB (Red+Green+Blue) = 194+181+17=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B511 is #3D4AEE. Grayscale: #A6A6A6. Windows color (decimal): -4016879 or 1160642. OLE color: 1160642.

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

Color convert

RGB 194 181 17 -
CMYK 0 0.07 0.91 0.24
HSL 55.59º 0.84% 0.41% -
HSV(B) 55.59º 0.91% 0.76% -
XYZ 38.87 44.56 7.08 -
YUV 166.19 43.81 147.84 -
System Red Green Blue C M Y K H S L
Decimal 194 181 17 0 0.07 0.91 0.24 55.59 0.84 0.41
Hex C2 B5 11 0 7 5B 18 38 54 29
Octal 302 265 21 0 7 133 30 70 124 51
Binary 11000010 10110101 10001 0 111 1011011 11000 111000 1010100 101001

Color Harmonies of #C2B511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B511

Black with #C2B511

Text Example


Text Example

White with #C2B511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B511; }

 p { color: rgb(194,181,17); }

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

background-color css

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

 a { background-color: rgb(194,181,17); }

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

border-color css

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

 span { border-color: rgb(194,181,17); }

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