Html Css Color HEX #C0BC11 La Rioja

📋 copy color: '#C0BC11'

red 192 ◦ green 188 ◦ blue 17

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

Shades of La Rioja #C0BC11

Tints of La Rioja #C0BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.36%

 BLUE value IS 17 (7.03% from 255) = 4.28%

R = 48.36%
G = 47.36%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0BC11 (or 0xC0BC11) is known color: La Rioja. HEX triplet: C0, BC and 11. RGB value is (192,188,17). Sum of RGB (Red+Green+Blue) = 192+188+17=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0BC11 is #3F43EE. Grayscale: #AAAAAA. Windows color (decimal): -4146159 or 1162432. OLE color: 1162432.

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

Color convert

RGB 192 188 17 -
CMYK 0 0.02 0.91 0.25
HSL 58.63º 0.84% 0.41% -
HSV(B) 58.63º 0.91% 0.75% -
XYZ 39.82 47.21 7.54 -
YUV 169.7 41.83 143.9 -
System Red Green Blue C M Y K H S L
Decimal 192 188 17 0 0.02 0.91 0.25 58.63 0.84 0.41
Hex C0 BC 11 0 2 5B 19 3B 54 29
Octal 300 274 21 0 2 133 31 73 124 51
Binary 11000000 10111100 10001 0 10 1011011 11001 111011 1010100 101001

Color Harmonies of #C0BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC11

Black with #C0BC11

Text Example


Text Example

White with #C0BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC11; }

 p { color: rgb(192,188,17); }

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

background-color css

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

 a { background-color: rgb(192,188,17); }

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

border-color css

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

 span { border-color: rgb(192,188,17); }

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