Html Css Color HEX #C0BB12 La Rioja

📋 copy color: '#C0BB12'

red 192 ◦ green 187 ◦ blue 18

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

Shades of La Rioja #C0BB12

Tints of La Rioja #C0BB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.53%

R = 48.36%
G = 47.1%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0BB12 (or 0xC0BB12) is known color: La Rioja. HEX triplet: C0, BB and 12. RGB value is (192,187,18). Sum of RGB (Red+Green+Blue) = 192+187+18=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BB12 is #3F44ED. Grayscale: #A9A9A9. Windows color (decimal): -4146414 or 1227712. OLE color: 1227712.

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

Color convert

RGB 192 187 18 -
CMYK 0 0.03 0.91 0.25
HSL 58.28º 0.83% 0.41% -
HSV(B) 58.28º 0.91% 0.75% -
XYZ 39.62 46.79 7.52 -
YUV 169.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 192 187 18 0 0.03 0.91 0.25 58.28 0.83 0.41
Hex C0 BB 12 0 3 5B 19 3A 53 29
Octal 300 273 22 0 3 133 31 72 123 51
Binary 11000000 10111011 10010 0 11 1011011 11001 111010 1010011 101001

Color Harmonies of #C0BB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB12

Black with #C0BB12

Text Example


Text Example

White with #C0BB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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