Html Css Color HEX #C0B501 La Rioja

📋 copy color: '#C0B501'

red 192 ◦ green 181 ◦ blue 1

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

Shades of La Rioja #C0B501

Tints of La Rioja #C0B501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.4%

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

R = 51.34%
G = 48.4%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0B501 (or 0xC0B501) is known color: La Rioja. HEX triplet: C0, B5 and 01. RGB value is (192,181,1). Sum of RGB (Red+Green+Blue) = 192+181+1=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 1 (0.78% from 255 or 0.27% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B501 is #3F4AFE. Grayscale: #A4A4A4. Windows color (decimal): -4147967 or 112064. OLE color: 112064.

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

Color convert

RGB 192 181 1 -
CMYK 0 0.06 0.99 0.25
HSL 56.54º 0.99% 0.38% -
HSV(B) 56.54º 0.99% 0.75% -
XYZ 38.27 44.26 6.55 -
YUV 163.77 36.14 148.14 -
System Red Green Blue C M Y K H S L
Decimal 192 181 1 0 0.06 0.99 0.25 56.54 0.99 0.38
Hex C0 B5 1 0 6 63 19 39 63 26
Octal 300 265 1 0 6 143 31 71 143 46
Binary 11000000 10110101 1 0 110 1100011 11001 111001 1100011 100110

Color Harmonies of #C0B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B501

Black with #C0B501

Text Example


Text Example

White with #C0B501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B501; }

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

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

background-color css

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

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

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

border-color css

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

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

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