Html Css Color HEX #C0B801 La Rioja

📋 copy color: '#C0B801'

red 192 ◦ green 184 ◦ blue 1

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

Shades of La Rioja #C0B801

Tints of La Rioja #C0B801

RGB

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

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

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

R = 50.93%
G = 48.81%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0B801 (or 0xC0B801) is known color: La Rioja. HEX triplet: C0, B8 and 01. RGB value is (192,184,1). Sum of RGB (Red+Green+Blue) = 192+184+1=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B801 is #3F47FE. Grayscale: #A6A6A6. Windows color (decimal): -4147199 or 112832. OLE color: 112832.

HSL color Cylindrical-coordinate representation of color #C0B801: hue angle of 57.49º 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 #C0B801 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 1 -
CMYK 0 0.04 0.99 0.25
HSL 57.49º 0.99% 0.38% -
HSV(B) 57.49º 0.99% 0.75% -
XYZ 38.88 45.49 6.76 -
YUV 165.53 35.15 146.88 -
System Red Green Blue C M Y K H S L
Decimal 192 184 1 0 0.04 0.99 0.25 57.49 0.99 0.38
Hex C0 B8 1 0 4 63 19 39 63 26
Octal 300 270 1 0 4 143 31 71 143 46
Binary 11000000 10111000 1 0 100 1100011 11001 111001 1100011 100110

Color Harmonies of #C0B801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B801

Black with #C0B801

Text Example


Text Example

White with #C0B801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B801; }

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

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

background-color css

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

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

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

border-color css

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

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

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