Html Css Color HEX #C0B006 La Rioja

📋 copy color: '#C0B006'

red 192 ◦ green 176 ◦ blue 6

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

Shades of La Rioja #C0B006

Tints of La Rioja #C0B006

RGB

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

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

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

R = 51.34%
G = 47.06%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C0B006 (or 0xC0B006) is known color: La Rioja. HEX triplet: C0, B0 and 06. RGB value is (192,176,6). Sum of RGB (Red+Green+Blue) = 192+176+6=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B006 is #3F4FF9. Grayscale: #A2A2A2. Windows color (decimal): -4149242 or 438464. OLE color: 438464.

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

Color convert

RGB 192 176 6 -
CMYK 0 0.08 0.97 0.25
HSL 54.84º 0.94% 0.39% -
HSV(B) 54.84º 0.97% 0.75% -
XYZ 37.3 42.27 6.37 -
YUV 161.4 40.3 149.82 -
System Red Green Blue C M Y K H S L
Decimal 192 176 6 0 0.08 0.97 0.25 54.84 0.94 0.39
Hex C0 B0 6 0 8 61 19 37 5E 27
Octal 300 260 6 0 10 141 31 67 136 47
Binary 11000000 10110000 110 0 1000 1100001 11001 110111 1011110 100111

Color Harmonies of #C0B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B006

Black with #C0B006

Text Example


Text Example

White with #C0B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B006; }

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

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

background-color css

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

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

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

border-color css

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

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

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