Html Css Color HEX #C2B514 La Rioja

📋 copy color: '#C2B514'

red 194 ◦ green 181 ◦ blue 20

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

Shades of La Rioja #C2B514

Tints of La Rioja #C2B514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.06%

R = 49.11%
G = 45.82%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C2B514 (or 0xC2B514) is known color: La Rioja. HEX triplet: C2, B5 and 14. RGB value is (194,181,20). Sum of RGB (Red+Green+Blue) = 194+181+20=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B514 is #3D4AEB. Grayscale: #A7A7A7. Windows color (decimal): -4016876 or 1357250. OLE color: 1357250.

HSL color Cylindrical-coordinate representation of color #C2B514: hue angle of 55.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2B514 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 20 -
CMYK 0 0.07 0.90 0.24
HSL 55.52º 0.81% 0.42% -
HSV(B) 55.52º 0.9% 0.76% -
XYZ 38.9 44.57 7.21 -
YUV 166.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 194 181 20 0 0.07 0.90 0.24 55.52 0.81 0.42
Hex C2 B5 14 0 7 5A 18 38 51 2A
Octal 302 265 24 0 7 132 30 70 121 52
Binary 11000010 10110101 10100 0 111 1011010 11000 111000 1010001 101010

Color Harmonies of #C2B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B514

Black with #C2B514

Text Example


Text Example

White with #C2B514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B514; }

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

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

background-color css

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

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

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

border-color css

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

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

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