Html Css Color HEX #C0B908 La Rioja

📋 copy color: '#C0B908'

red 192 ◦ green 185 ◦ blue 8

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

Shades of La Rioja #C0B908

Tints of La Rioja #C0B908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.08%

R = 49.87%
G = 48.05%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C0B908 (or 0xC0B908) is known color: La Rioja. HEX triplet: C0, B9 and 08. RGB value is (192,185,8). Sum of RGB (Red+Green+Blue) = 192+185+8=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B908 is #3F46F7. Grayscale: #A7A7A7. Windows color (decimal): -4146936 or 571840. OLE color: 571840.

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

Color convert

RGB 192 185 8 -
CMYK 0 0.04 0.96 0.25
HSL 57.72º 0.92% 0.39% -
HSV(B) 57.72º 0.96% 0.75% -
XYZ 39.13 45.92 7.03 -
YUV 166.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 192 185 8 0 0.04 0.96 0.25 57.72 0.92 0.39
Hex C0 B9 8 0 4 60 19 3A 5C 27
Octal 300 271 10 0 4 140 31 72 134 47
Binary 11000000 10111001 1000 0 100 1100000 11001 111010 1011100 100111

Color Harmonies of #C0B908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B908

Black with #C0B908

Text Example


Text Example

White with #C0B908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B908; }

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

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

background-color css

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

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

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

border-color css

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

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

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