Html Css Color HEX #C2B311 La Rioja

📋 copy color: '#C2B311'

red 194 ◦ green 179 ◦ blue 17

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

Shades of La Rioja #C2B311

Tints of La Rioja #C2B311

RGB

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

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

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

R = 49.74%
G = 45.9%
B = 4.36%

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

#C2B311 (or 0xC2B311) is known color: La Rioja. HEX triplet: C2, B3 and 11. RGB value is (194,179,17). Sum of RGB (Red+Green+Blue) = 194+179+17=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B311 is #3D4CEE. Grayscale: #A5A5A5. Windows color (decimal): -4017391 or 1160130. OLE color: 1160130.

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

Color convert

RGB 194 179 17 -
CMYK 0 0.08 0.91 0.24
HSL 54.92º 0.84% 0.41% -
HSV(B) 54.92º 0.91% 0.76% -
XYZ 38.47 43.75 6.95 -
YUV 165.02 44.47 148.67 -
System Red Green Blue C M Y K H S L
Decimal 194 179 17 0 0.08 0.91 0.24 54.92 0.84 0.41
Hex C2 B3 11 0 8 5B 18 37 54 29
Octal 302 263 21 0 10 133 30 67 124 51
Binary 11000010 10110011 10001 0 1000 1011011 11000 110111 1010100 101001

Color Harmonies of #C2B311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B311

Black with #C2B311

Text Example


Text Example

White with #C2B311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B311; }

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

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

background-color css

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

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

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

border-color css

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

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

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