Html Css Color HEX #C0B905 La Rioja

📋 copy color: '#C0B905'

red 192 ◦ green 185 ◦ blue 5

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

Shades of La Rioja #C0B905

Tints of La Rioja #C0B905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 50.26%
G = 48.43%
B = 1.31%

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

#C0B905 (or 0xC0B905) is known color: La Rioja. HEX triplet: C0, B9 and 05. RGB value is (192,185,5). Sum of RGB (Red+Green+Blue) = 192+185+5=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 5 (2.34% from 255 or 1.31% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B905 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B905 is #3F46FA. Grayscale: #A7A7A7. Windows color (decimal): -4146939 or 375232. OLE color: 375232.

HSL color Cylindrical-coordinate representation of color #C0B905: hue angle of 57.75º degrees, saturation: 0.95, 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 #C0B905 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 5 -
CMYK 0 0.04 0.97 0.25
HSL 57.75º 0.95% 0.39% -
HSV(B) 57.75º 0.97% 0.75% -
XYZ 39.11 45.92 6.94 -
YUV 166.57 36.82 146.14 -
System Red Green Blue C M Y K H S L
Decimal 192 185 5 0 0.04 0.97 0.25 57.75 0.95 0.39
Hex C0 B9 5 0 4 61 19 3A 5F 27
Octal 300 271 5 0 4 141 31 72 137 47
Binary 11000000 10111001 101 0 100 1100001 11001 111010 1011111 100111

Color Harmonies of #C0B905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B905

Black with #C0B905

Text Example


Text Example

White with #C0B905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B905; }

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

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

background-color css

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

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

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

border-color css

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

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

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