Html Css Color HEX #C0AC0B La Rioja

📋 copy color: '#C0AC0B'

red 192 ◦ green 172 ◦ blue 11

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

Shades of La Rioja #C0AC0B

Tints of La Rioja #C0AC0B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 51.2%
G = 45.87%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0AC0B (or 0xC0AC0B) is known color: La Rioja. HEX triplet: C0, AC and 0B. RGB value is (192,172,11). Sum of RGB (Red+Green+Blue) = 192+172+11=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AC0B is #3F53F4. Grayscale: #A0A0A0. Windows color (decimal): -4150261 or 765120. OLE color: 765120.

HSL color Cylindrical-coordinate representation of color #C0AC0B: hue angle of 53.37º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0AC0B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 172 11 -
CMYK 0 0.10 0.94 0.25
HSL 53.37º 0.89% 0.4% -
HSV(B) 53.37º 0.94% 0.75% -
XYZ 36.55 40.74 6.25 -
YUV 159.63 44.13 151.09 -
System Red Green Blue C M Y K H S L
Decimal 192 172 11 0 0.10 0.94 0.25 53.37 0.89 0.4
Hex C0 AC B 0 A 5E 19 35 59 28
Octal 300 254 13 0 12 136 31 65 131 50
Binary 11000000 10101100 1011 0 1010 1011110 11001 110101 1011001 101000

Color Harmonies of #C0AC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC0B

Black with #C0AC0B

Text Example


Text Example

White with #C0AC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC0B; }

 p { color: rgb(192,172,11); }

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

background-color css

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

 a { background-color: rgb(192,172,11); }

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

border-color css

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

 span { border-color: rgb(192,172,11); }

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