Html Css Color HEX #C2B716 La Rioja

📋 copy color: '#C2B716'

red 194 ◦ green 183 ◦ blue 22

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

Shades of La Rioja #C2B716

Tints of La Rioja #C2B716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.86%

 BLUE value IS 22 (8.98% from 255) = 5.51%

R = 48.62%
G = 45.86%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C2B716 (or 0xC2B716) is known color: La Rioja. HEX triplet: C2, B7 and 16. RGB value is (194,183,22). Sum of RGB (Red+Green+Blue) = 194+183+22=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B716 is #3D48E9. Grayscale: #A8A8A8. Windows color (decimal): -4016362 or 1488834. OLE color: 1488834.

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

Color convert

RGB 194 183 22 -
CMYK 0 0.06 0.89 0.24
HSL 56.16º 0.8% 0.42% -
HSV(B) 56.16º 0.89% 0.76% -
XYZ 39.33 45.39 7.45 -
YUV 167.94 45.64 146.59 -
System Red Green Blue C M Y K H S L
Decimal 194 183 22 0 0.06 0.89 0.24 56.16 0.8 0.42
Hex C2 B7 16 0 6 59 18 38 50 2A
Octal 302 267 26 0 6 131 30 70 120 52
Binary 11000010 10110111 10110 0 110 1011001 11000 111000 1010000 101010

Color Harmonies of #C2B716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B716

Black with #C2B716

Text Example


Text Example

White with #C2B716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B716; }

 p { color: rgb(194,183,22); }

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

background-color css

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

 a { background-color: rgb(194,183,22); }

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

border-color css

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

 span { border-color: rgb(194,183,22); }

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