Html Css Color HEX #C3BA11 La Rioja

📋 copy color: '#C3BA11'

red 195 ◦ green 186 ◦ blue 17

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

Shades of La Rioja #C3BA11

Tints of La Rioja #C3BA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.27%

R = 48.99%
G = 46.73%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C3BA11 (or 0xC3BA11) is known color: La Rioja. HEX triplet: C3, BA and 11. RGB value is (195,186,17). Sum of RGB (Red+Green+Blue) = 195+186+17=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BA11 is #3C45EE. Grayscale: #AAAAAA. Windows color (decimal): -3950063 or 1161923. OLE color: 1161923.

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

Color convert

RGB 195 186 17 -
CMYK 0 0.05 0.91 0.24
HSL 56.97º 0.84% 0.42% -
HSV(B) 56.97º 0.91% 0.76% -
XYZ 40.17 46.76 7.44 -
YUV 169.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 195 186 17 0 0.05 0.91 0.24 56.97 0.84 0.42
Hex C3 BA 11 0 5 5B 18 39 54 2A
Octal 303 272 21 0 5 133 30 71 124 52
Binary 11000011 10111010 10001 0 101 1011011 11000 111001 1010100 101010

Color Harmonies of #C3BA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA11

Black with #C3BA11

Text Example


Text Example

White with #C3BA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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