Html Css Color HEX #C4B10B La Rioja

📋 copy color: '#C4B10B'

red 196 ◦ green 177 ◦ blue 11

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

Shades of La Rioja #C4B10B

Tints of La Rioja #C4B10B

RGB

 RED value IS 196 (76.95% from 255) = 51.04%

 GREEN value IS 177 (69.53% from 255) = 46.09%

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

R = 51.04%
G = 46.09%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4B10B (or 0xC4B10B) is known color: La Rioja. HEX triplet: C4, B1 and 0B. RGB value is (196,177,11). Sum of RGB (Red+Green+Blue) = 196+177+11=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B10B is #3B4EF4. Grayscale: #A4A4A4. Windows color (decimal): -3886837 or 766404. OLE color: 766404.

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

Color convert

RGB 196 177 11 -
CMYK 0 0.10 0.94 0.23
HSL 53.84º 0.89% 0.41% -
HSV(B) 53.84º 0.94% 0.77% -
XYZ 38.55 43.2 6.62 -
YUV 163.76 41.79 151 -
System Red Green Blue C M Y K H S L
Decimal 196 177 11 0 0.10 0.94 0.23 53.84 0.89 0.41
Hex C4 B1 B 0 A 5E 17 36 59 29
Octal 304 261 13 0 12 136 27 66 131 51
Binary 11000100 10110001 1011 0 1010 1011110 10111 110110 1011001 101001

Color Harmonies of #C4B10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B10B

Black with #C4B10B

Text Example


Text Example

White with #C4B10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B10B; }

 p { color: rgb(196,177,11); }

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

background-color css

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

 a { background-color: rgb(196,177,11); }

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

border-color css

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

 span { border-color: rgb(196,177,11); }

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