Html Css Color HEX #C0B701 La Rioja

📋 copy color: '#C0B701'

red 192 ◦ green 183 ◦ blue 1

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

Shades of La Rioja #C0B701

Tints of La Rioja #C0B701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.67%

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

R = 51.06%
G = 48.67%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0B701 (or 0xC0B701) is known color: La Rioja. HEX triplet: C0, B7 and 01. RGB value is (192,183,1). Sum of RGB (Red+Green+Blue) = 192+183+1=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B701 is #3F48FE. Grayscale: #A5A5A5. Windows color (decimal): -4147455 or 112576. OLE color: 112576.

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

Color convert

RGB 192 183 1 -
CMYK 0 0.05 0.99 0.25
HSL 57.17º 0.99% 0.38% -
HSV(B) 57.17º 0.99% 0.75% -
XYZ 38.68 45.08 6.69 -
YUV 164.94 35.48 147.3 -
System Red Green Blue C M Y K H S L
Decimal 192 183 1 0 0.05 0.99 0.25 57.17 0.99 0.38
Hex C0 B7 1 0 5 63 19 39 63 26
Octal 300 267 1 0 5 143 31 71 143 46
Binary 11000000 10110111 1 0 101 1100011 11001 111001 1100011 100110

Color Harmonies of #C0B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B701

Black with #C0B701

Text Example


Text Example

White with #C0B701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B701; }

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

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

background-color css

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

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

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

border-color css

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

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

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