Html Css Color HEX #C0BF12 La Rioja

📋 copy color: '#C0BF12'

red 192 ◦ green 191 ◦ blue 18

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

Shades of La Rioja #C0BF12

Tints of La Rioja #C0BF12

RGB

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

 GREEN value IS 191 (75% from 255) = 47.63%

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

R = 47.88%
G = 47.63%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0BF12 (or 0xC0BF12) is known color: La Rioja. HEX triplet: C0, BF and 12. RGB value is (192,191,18). Sum of RGB (Red+Green+Blue) = 192+191+18=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BF12 is #3F40ED. Grayscale: #ACACAC. Windows color (decimal): -4145390 or 1228736. OLE color: 1228736.

HSL color Cylindrical-coordinate representation of color #C0BF12: hue angle of 59.66º 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 #C0BF12 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 18 -
CMYK 0 0.01 0.91 0.25
HSL 59.66º 0.83% 0.41% -
HSV(B) 59.66º 0.91% 0.75% -
XYZ 40.48 48.51 7.8 -
YUV 171.58 41.33 142.57 -
System Red Green Blue C M Y K H S L
Decimal 192 191 18 0 0.01 0.91 0.25 59.66 0.83 0.41
Hex C0 BF 12 0 1 5B 19 3C 53 29
Octal 300 277 22 0 1 133 31 74 123 51
Binary 11000000 10111111 10010 0 1 1011011 11001 111100 1010011 101001

Color Harmonies of #C0BF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF12

Black with #C0BF12

Text Example


Text Example

White with #C0BF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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