Html Css Color HEX #C0B10D La Rioja

📋 copy color: '#C0B10D'

red 192 ◦ green 177 ◦ blue 13

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

Shades of La Rioja #C0B10D

Tints of La Rioja #C0B10D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.34%

 BLUE value IS 13 (5.47% from 255) = 3.4%

R = 50.26%
G = 46.34%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0B10D (or 0xC0B10D) is known color: La Rioja. HEX triplet: C0, B1 and 0D. RGB value is (192,177,13). Sum of RGB (Red+Green+Blue) = 192+177+13=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0B10D is #3F4EF2. Grayscale: #A3A3A3. Windows color (decimal): -4148979 or 897472. OLE color: 897472.

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

Color convert

RGB 192 177 13 -
CMYK 0 0.08 0.93 0.25
HSL 54.97º 0.87% 0.4% -
HSV(B) 54.97º 0.93% 0.75% -
XYZ 37.53 42.68 6.64 -
YUV 162.79 43.47 148.84 -
System Red Green Blue C M Y K H S L
Decimal 192 177 13 0 0.08 0.93 0.25 54.97 0.87 0.4
Hex C0 B1 D 0 8 5D 19 37 57 28
Octal 300 261 15 0 10 135 31 67 127 50
Binary 11000000 10110001 1101 0 1000 1011101 11001 110111 1010111 101000

Color Harmonies of #C0B10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B10D

Black with #C0B10D

Text Example


Text Example

White with #C0B10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B10D; }

 p { color: rgb(192,177,13); }

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

background-color css

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

 a { background-color: rgb(192,177,13); }

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

border-color css

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

 span { border-color: rgb(192,177,13); }

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