Html Css Color HEX #C2B312 La Rioja

📋 copy color: '#C2B312'

red 194 ◦ green 179 ◦ blue 18

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

Shades of La Rioja #C2B312

Tints of La Rioja #C2B312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.6%

R = 49.62%
G = 45.78%
B = 4.6%

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

#C2B312 (or 0xC2B312) is known color: La Rioja. HEX triplet: C2, B3 and 12. RGB value is (194,179,18). Sum of RGB (Red+Green+Blue) = 194+179+18=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B312 is #3D4CED. Grayscale: #A5A5A5. Windows color (decimal): -4017390 or 1225666. OLE color: 1225666.

HSL color Cylindrical-coordinate representation of color #C2B312: hue angle of 54.89º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2B312 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 179 18 -
CMYK 0 0.08 0.91 0.24
HSL 54.89º 0.83% 0.42% -
HSV(B) 54.89º 0.91% 0.76% -
XYZ 38.48 43.75 6.99 -
YUV 165.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 194 179 18 0 0.08 0.91 0.24 54.89 0.83 0.42
Hex C2 B3 12 0 8 5B 18 37 53 2A
Octal 302 263 22 0 10 133 30 67 123 52
Binary 11000010 10110011 10010 0 1000 1011011 11000 110111 1010011 101010

Color Harmonies of #C2B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B312

Black with #C2B312

Text Example


Text Example

White with #C2B312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B312; }

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

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

background-color css

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

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

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

border-color css

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

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

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