Html Css Color HEX #C0B906 La Rioja

📋 copy color: '#C0B906'

red 192 ◦ green 185 ◦ blue 6

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

Shades of La Rioja #C0B906

Tints of La Rioja #C0B906

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.3%

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 50.13%
G = 48.3%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C0B906 (or 0xC0B906) is known color: La Rioja. HEX triplet: C0, B9 and 06. RGB value is (192,185,6). Sum of RGB (Red+Green+Blue) = 192+185+6=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 6 (2.73% from 255 or 1.57% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B906 is #3F46F9. Grayscale: #A7A7A7. Windows color (decimal): -4146938 or 440768. OLE color: 440768.

HSL color Cylindrical-coordinate representation of color #C0B906: hue angle of 57.74º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0B906 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 6 -
CMYK 0 0.04 0.97 0.25
HSL 57.74º 0.94% 0.39% -
HSV(B) 57.74º 0.97% 0.75% -
XYZ 39.12 45.92 6.97 -
YUV 166.69 37.32 146.05 -
System Red Green Blue C M Y K H S L
Decimal 192 185 6 0 0.04 0.97 0.25 57.74 0.94 0.39
Hex C0 B9 6 0 4 61 19 3A 5E 27
Octal 300 271 6 0 4 141 31 72 136 47
Binary 11000000 10111001 110 0 100 1100001 11001 111010 1011110 100111

Color Harmonies of #C0B906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B906

Black with #C0B906

Text Example


Text Example

White with #C0B906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B906; }

 p { color: rgb(192,185,6); }

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

background-color css

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

 a { background-color: rgb(192,185,6); }

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

border-color css

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

 span { border-color: rgb(192,185,6); }

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