Html Css Color HEX #C0B70C La Rioja

📋 copy color: '#C0B70C'

red 192 ◦ green 183 ◦ blue 12

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

Shades of La Rioja #C0B70C

Tints of La Rioja #C0B70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.1%

R = 49.61%
G = 47.29%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0B70C (or 0xC0B70C) is known color: La Rioja. HEX triplet: C0, B7 and 0C. RGB value is (192,183,12). Sum of RGB (Red+Green+Blue) = 192+183+12=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B70C is #3F48F3. Grayscale: #A6A6A6. Windows color (decimal): -4147444 or 833472. OLE color: 833472.

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

Color convert

RGB 192 183 12 -
CMYK 0 0.05 0.94 0.25
HSL 57º 0.88% 0.4% -
HSV(B) 57º 0.94% 0.75% -
XYZ 38.74 45.1 7.01 -
YUV 166.2 40.98 146.4 -
System Red Green Blue C M Y K H S L
Decimal 192 183 12 0 0.05 0.94 0.25 57 0.88 0.4
Hex C0 B7 C 0 5 5E 19 39 58 28
Octal 300 267 14 0 5 136 31 71 130 50
Binary 11000000 10110111 1100 0 101 1011110 11001 111001 1011000 101000

Color Harmonies of #C0B70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B70C

Black with #C0B70C

Text Example


Text Example

White with #C0B70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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