Html Css Color HEX #C2B813 La Rioja

📋 copy color: '#C2B813'

red 194 ◦ green 184 ◦ blue 19

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

Shades of La Rioja #C2B813

Tints of La Rioja #C2B813

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.35%

 BLUE value IS 19 (7.81% from 255) = 4.79%

R = 48.87%
G = 46.35%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C2B813 (or 0xC2B813) is known color: La Rioja. HEX triplet: C2, B8 and 13. RGB value is (194,184,19). Sum of RGB (Red+Green+Blue) = 194+184+19=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B813 is #3D47EC. Grayscale: #A8A8A8. Windows color (decimal): -4016109 or 1292482. OLE color: 1292482.

HSL color Cylindrical-coordinate representation of color #C2B813: hue angle of 56.57º degrees, saturation: 0.82, 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 #C2B813 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 184 19 -
CMYK 0 0.05 0.90 0.24
HSL 56.57º 0.82% 0.42% -
HSV(B) 56.57º 0.9% 0.76% -
XYZ 39.51 45.8 7.37 -
YUV 168.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 194 184 19 0 0.05 0.90 0.24 56.57 0.82 0.42
Hex C2 B8 13 0 5 5A 18 39 52 2A
Octal 302 270 23 0 5 132 30 71 122 52
Binary 11000010 10111000 10011 0 101 1011010 11000 111001 1010010 101010

Color Harmonies of #C2B813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B813

Black with #C2B813

Text Example


Text Example

White with #C2B813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B813; }

 p { color: rgb(194,184,19); }

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

background-color css

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

 a { background-color: rgb(194,184,19); }

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

border-color css

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

 span { border-color: rgb(194,184,19); }

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