Html Css Color HEX #C0B70E La Rioja

📋 copy color: '#C0B70E'

red 192 ◦ green 183 ◦ blue 14

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

Shades of La Rioja #C0B70E

Tints of La Rioja #C0B70E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.04%

 BLUE value IS 14 (5.86% from 255) = 3.6%

R = 49.36%
G = 47.04%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0B70E (or 0xC0B70E) is known color: La Rioja. HEX triplet: C0, B7 and 0E. RGB value is (192,183,14). Sum of RGB (Red+Green+Blue) = 192+183+14=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B70E is #3F48F1. Grayscale: #A7A7A7. Windows color (decimal): -4147442 or 964544. OLE color: 964544.

HSL color Cylindrical-coordinate representation of color #C0B70E: hue angle of 56.97º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0B70E is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 14 -
CMYK 0 0.05 0.93 0.25
HSL 56.97º 0.86% 0.4% -
HSV(B) 56.97º 0.93% 0.75% -
XYZ 38.75 45.11 7.08 -
YUV 166.43 41.98 146.24 -
System Red Green Blue C M Y K H S L
Decimal 192 183 14 0 0.05 0.93 0.25 56.97 0.86 0.4
Hex C0 B7 E 0 5 5D 19 39 56 28
Octal 300 267 16 0 5 135 31 71 126 50
Binary 11000000 10110111 1110 0 101 1011101 11001 111001 1010110 101000

Color Harmonies of #C0B70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B70E

Black with #C0B70E

Text Example


Text Example

White with #C0B70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B70E; }

 p { color: rgb(192,183,14); }

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

background-color css

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

 a { background-color: rgb(192,183,14); }

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

border-color css

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

 span { border-color: rgb(192,183,14); }

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