Html Css Color HEX #C3BA14 La Rioja

📋 copy color: '#C3BA14'

red 195 ◦ green 186 ◦ blue 20

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

Shades of La Rioja #C3BA14

Tints of La Rioja #C3BA14

RGB

 RED value IS 195 (76.56% from 255) = 48.63%

 GREEN value IS 186 (73.05% from 255) = 46.38%

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

R = 48.63%
G = 46.38%
B = 4.99%

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

#C3BA14 (or 0xC3BA14) is known color: La Rioja. HEX triplet: C3, BA and 14. RGB value is (195,186,20). Sum of RGB (Red+Green+Blue) = 195+186+20=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BA14 is #3C45EB. Grayscale: #AAAAAA. Windows color (decimal): -3950060 or 1358531. OLE color: 1358531.

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

Color convert

RGB 195 186 20 -
CMYK 0 0.05 0.90 0.24
HSL 56.91º 0.81% 0.42% -
HSV(B) 56.91º 0.9% 0.76% -
XYZ 40.19 46.77 7.57 -
YUV 169.77 43.48 146 -
System Red Green Blue C M Y K H S L
Decimal 195 186 20 0 0.05 0.90 0.24 56.91 0.81 0.42
Hex C3 BA 14 0 5 5A 18 39 51 2A
Octal 303 272 24 0 5 132 30 71 121 52
Binary 11000011 10111010 10100 0 101 1011010 11000 111001 1010001 101010

Color Harmonies of #C3BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA14

Black with #C3BA14

Text Example


Text Example

White with #C3BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA14; }

 p { color: rgb(195,186,20); }

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

background-color css

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

 a { background-color: rgb(195,186,20); }

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

border-color css

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

 span { border-color: rgb(195,186,20); }

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