Html Css Color HEX #C3BA01 La Rioja

📋 copy color: '#C3BA01'

red 195 ◦ green 186 ◦ blue 1

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

Shades of La Rioja #C3BA01

Tints of La Rioja #C3BA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 51.05%
G = 48.69%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C3BA01 (or 0xC3BA01) is known color: La Rioja. HEX triplet: C3, BA and 01. RGB value is (195,186,1). Sum of RGB (Red+Green+Blue) = 195+186+1=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BA01 is #3C45FE. Grayscale: #A8A8A8. Windows color (decimal): -3950079 or 113347. OLE color: 113347.

HSL color Cylindrical-coordinate representation of color #C3BA01: hue angle of 57.22º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3BA01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 186 1 -
CMYK 0 0.05 0.99 0.24
HSL 57.22º 0.99% 0.38% -
HSV(B) 57.22º 0.99% 0.76% -
XYZ 40.07 46.72 6.94 -
YUV 167.6 33.98 147.54 -
System Red Green Blue C M Y K H S L
Decimal 195 186 1 0 0.05 0.99 0.24 57.22 0.99 0.38
Hex C3 BA 1 0 5 63 18 39 63 26
Octal 303 272 1 0 5 143 30 71 143 46
Binary 11000011 10111010 1 0 101 1100011 11000 111001 1100011 100110

Color Harmonies of #C3BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA01

Black with #C3BA01

Text Example


Text Example

White with #C3BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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