Html Css Color HEX #C4B40B La Rioja

📋 copy color: '#C4B40B'

red 196 ◦ green 180 ◦ blue 11

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

Shades of La Rioja #C4B40B

Tints of La Rioja #C4B40B

RGB

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

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

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

R = 50.65%
G = 46.51%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4B40B (or 0xC4B40B) is known color: La Rioja. HEX triplet: C4, B4 and 0B. RGB value is (196,180,11). Sum of RGB (Red+Green+Blue) = 196+180+11=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 11 (4.69% from 255 or 2.84% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B40B is #3B4BF4. Grayscale: #A6A6A6. Windows color (decimal): -3886069 or 767172. OLE color: 767172.

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

Color convert

RGB 196 180 11 -
CMYK 0 0.08 0.94 0.23
HSL 54.81º 0.89% 0.41% -
HSV(B) 54.81º 0.94% 0.77% -
XYZ 39.15 44.4 6.82 -
YUV 165.52 40.8 149.74 -
System Red Green Blue C M Y K H S L
Decimal 196 180 11 0 0.08 0.94 0.23 54.81 0.89 0.41
Hex C4 B4 B 0 8 5E 17 37 59 29
Octal 304 264 13 0 10 136 27 67 131 51
Binary 11000100 10110100 1011 0 1000 1011110 10111 110111 1011001 101001

Color Harmonies of #C4B40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B40B

Black with #C4B40B

Text Example


Text Example

White with #C4B40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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