Html Css Color HEX #C0B001 La Rioja

📋 copy color: '#C0B001'

red 192 ◦ green 176 ◦ blue 1

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

Shades of La Rioja #C0B001

Tints of La Rioja #C0B001

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.7%

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

R = 52.03%
G = 47.7%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0B001 (or 0xC0B001) is known color: La Rioja. HEX triplet: C0, B0 and 01. RGB value is (192,176,1). Sum of RGB (Red+Green+Blue) = 192+176+1=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 176 (69.14% from 255 or 47.70% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B001 is #3F4FFE. Grayscale: #A1A1A1. Windows color (decimal): -4149247 or 110784. OLE color: 110784.

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

Color convert

RGB 192 176 1 -
CMYK 0 0.08 0.99 0.25
HSL 54.97º 0.99% 0.38% -
HSV(B) 54.97º 0.99% 0.75% -
XYZ 37.27 42.26 6.22 -
YUV 160.83 37.8 150.23 -
System Red Green Blue C M Y K H S L
Decimal 192 176 1 0 0.08 0.99 0.25 54.97 0.99 0.38
Hex C0 B0 1 0 8 63 19 37 63 26
Octal 300 260 1 0 10 143 31 67 143 46
Binary 11000000 10110000 1 0 1000 1100011 11001 110111 1100011 100110

Color Harmonies of #C0B001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B001

Black with #C0B001

Text Example


Text Example

White with #C0B001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B001; }

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

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

background-color css

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

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

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

border-color css

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

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

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