Html Css Color HEX #C0AF0B La Rioja

📋 copy color: '#C0AF0B'

red 192 ◦ green 175 ◦ blue 11

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

Shades of La Rioja #C0AF0B

Tints of La Rioja #C0AF0B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

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

R = 50.79%
G = 46.3%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0AF0B (or 0xC0AF0B) is known color: La Rioja. HEX triplet: C0, AF and 0B. RGB value is (192,175,11). Sum of RGB (Red+Green+Blue) = 192+175+11=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AF0B is #3F50F4. Grayscale: #A2A2A2. Windows color (decimal): -4149493 or 765888. OLE color: 765888.

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

Color convert

RGB 192 175 11 -
CMYK 0 0.09 0.94 0.25
HSL 54.36º 0.89% 0.4% -
HSV(B) 54.36º 0.94% 0.75% -
XYZ 37.13 41.89 6.45 -
YUV 161.39 43.13 149.84 -
System Red Green Blue C M Y K H S L
Decimal 192 175 11 0 0.09 0.94 0.25 54.36 0.89 0.4
Hex C0 AF B 0 9 5E 19 36 59 28
Octal 300 257 13 0 11 136 31 66 131 50
Binary 11000000 10101111 1011 0 1001 1011110 11001 110110 1011001 101000

Color Harmonies of #C0AF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF0B

Black with #C0AF0B

Text Example


Text Example

White with #C0AF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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