Html Css Color HEX #C0BA01 La Rioja

📋 copy color: '#C0BA01'

red 192 ◦ green 186 ◦ blue 1

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

Shades of La Rioja #C0BA01

Tints of La Rioja #C0BA01

RGB

 RED value IS 192 (75.39% from 255) = 50.66%

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

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

R = 50.66%
G = 49.08%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0BA01 (or 0xC0BA01) is known color: La Rioja. HEX triplet: C0, BA and 01. RGB value is (192,186,1). Sum of RGB (Red+Green+Blue) = 192+186+1=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BA01 is #3F45FE. Grayscale: #A7A7A7. Windows color (decimal): -4146687 or 113344. OLE color: 113344.

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

Color convert

RGB 192 186 1 -
CMYK 0 0.03 0.99 0.25
HSL 58.12º 0.99% 0.38% -
HSV(B) 58.12º 0.99% 0.75% -
XYZ 39.3 46.33 6.9 -
YUV 166.7 34.49 146.04 -
System Red Green Blue C M Y K H S L
Decimal 192 186 1 0 0.03 0.99 0.25 58.12 0.99 0.38
Hex C0 BA 1 0 3 63 19 3A 63 26
Octal 300 272 1 0 3 143 31 72 143 46
Binary 11000000 10111010 1 0 11 1100011 11001 111010 1100011 100110

Color Harmonies of #C0BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA01

Black with #C0BA01

Text Example


Text Example

White with #C0BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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