Html Css Color HEX #C0BB10 La Rioja

📋 copy color: '#C0BB10'

red 192 ◦ green 187 ◦ blue 16

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

Shades of La Rioja #C0BB10

Tints of La Rioja #C0BB10

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.34%

 BLUE value IS 16 (6.64% from 255) = 4.05%

R = 48.61%
G = 47.34%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0BB10 (or 0xC0BB10) is known color: La Rioja. HEX triplet: C0, BB and 10. RGB value is (192,187,16). Sum of RGB (Red+Green+Blue) = 192+187+16=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BB10 is #3F44EF. Grayscale: #A9A9A9. Windows color (decimal): -4146416 or 1096640. OLE color: 1096640.

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

Color convert

RGB 192 187 16 -
CMYK 0 0.03 0.92 0.25
HSL 58.3º 0.85% 0.41% -
HSV(B) 58.3º 0.92% 0.75% -
XYZ 39.6 46.78 7.43 -
YUV 169 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 192 187 16 0 0.03 0.92 0.25 58.3 0.85 0.41
Hex C0 BB 10 0 3 5C 19 3A 55 29
Octal 300 273 20 0 3 134 31 72 125 51
Binary 11000000 10111011 10000 0 11 1011100 11001 111010 1010101 101001

Color Harmonies of #C0BB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB10

Black with #C0BB10

Text Example


Text Example

White with #C0BB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB10; }

 p { color: rgb(192,187,16); }

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

background-color css

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

 a { background-color: rgb(192,187,16); }

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

border-color css

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

 span { border-color: rgb(192,187,16); }

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