Html Css Color HEX #C0B201 La Rioja

📋 copy color: '#C0B201'

red 192 ◦ green 178 ◦ blue 1

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

Shades of La Rioja #C0B201

Tints of La Rioja #C0B201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.98%

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

R = 51.75%
G = 47.98%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0B201 (or 0xC0B201) is known color: La Rioja. HEX triplet: C0, B2 and 01. RGB value is (192,178,1). Sum of RGB (Red+Green+Blue) = 192+178+1=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B201 is #3F4DFE. Grayscale: #A2A2A2. Windows color (decimal): -4148735 or 111296. OLE color: 111296.

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

Color convert

RGB 192 178 1 -
CMYK 0 0.07 0.99 0.25
HSL 55.6º 0.99% 0.38% -
HSV(B) 55.6º 0.99% 0.75% -
XYZ 37.66 43.05 6.35 -
YUV 162.01 37.14 149.39 -
System Red Green Blue C M Y K H S L
Decimal 192 178 1 0 0.07 0.99 0.25 55.6 0.99 0.38
Hex C0 B2 1 0 7 63 19 38 63 26
Octal 300 262 1 0 7 143 31 70 143 46
Binary 11000000 10110010 1 0 111 1100011 11001 111000 1100011 100110

Color Harmonies of #C0B201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B201

Black with #C0B201

Text Example


Text Example

White with #C0B201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B201; }

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

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

background-color css

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

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

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

border-color css

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

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

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