Html Css Color HEX #C0B411 La Rioja

📋 copy color: '#C0B411'

red 192 ◦ green 180 ◦ blue 17

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

Shades of La Rioja #C0B411

Tints of La Rioja #C0B411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.27%

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

R = 49.36%
G = 46.27%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C0B411 (or 0xC0B411) is known color: La Rioja. HEX triplet: C0, B4 and 11. RGB value is (192,180,17). Sum of RGB (Red+Green+Blue) = 192+180+17=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B411 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0B411 is #3F4BEE. Grayscale: #A5A5A5. Windows color (decimal): -4148207 or 1160384. OLE color: 1160384.

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

Color convert

RGB 192 180 17 -
CMYK 0 0.06 0.91 0.25
HSL 55.89º 0.84% 0.41% -
HSV(B) 55.89º 0.91% 0.75% -
XYZ 38.16 43.89 6.99 -
YUV 165.01 44.48 147.25 -
System Red Green Blue C M Y K H S L
Decimal 192 180 17 0 0.06 0.91 0.25 55.89 0.84 0.41
Hex C0 B4 11 0 6 5B 19 38 54 29
Octal 300 264 21 0 6 133 31 70 124 51
Binary 11000000 10110100 10001 0 110 1011011 11001 111000 1010100 101001

Color Harmonies of #C0B411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B411

Black with #C0B411

Text Example


Text Example

White with #C0B411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B411; }

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

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

background-color css

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

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

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

border-color css

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

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

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