Html Css Color HEX #C4B10C La Rioja

📋 copy color: '#C4B10C'

red 196 ◦ green 177 ◦ blue 12

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

Shades of La Rioja #C4B10C

Tints of La Rioja #C4B10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.12%

R = 50.91%
G = 45.97%
B = 3.12%

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

#C4B10C (or 0xC4B10C) is known color: La Rioja. HEX triplet: C4, B1 and 0C. RGB value is (196,177,12). Sum of RGB (Red+Green+Blue) = 196+177+12=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B10C is #3B4EF3. Grayscale: #A4A4A4. Windows color (decimal): -3886836 or 831940. OLE color: 831940.

HSL color Cylindrical-coordinate representation of color #C4B10C: hue angle of 53.8º degrees, saturation: 0.88, 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 #C4B10C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 12 -
CMYK 0 0.10 0.94 0.23
HSL 53.8º 0.88% 0.41% -
HSV(B) 53.8º 0.94% 0.77% -
XYZ 38.55 43.21 6.66 -
YUV 163.87 42.29 150.92 -
System Red Green Blue C M Y K H S L
Decimal 196 177 12 0 0.10 0.94 0.23 53.8 0.88 0.41
Hex C4 B1 C 0 A 5E 17 36 58 29
Octal 304 261 14 0 12 136 27 66 130 51
Binary 11000100 10110001 1100 0 1010 1011110 10111 110110 1011000 101001

Color Harmonies of #C4B10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B10C

Black with #C4B10C

Text Example


Text Example

White with #C4B10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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