Html Css Color HEX #C4BA0C La Rioja

📋 copy color: '#C4BA0C'

red 196 ◦ green 186 ◦ blue 12

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

Shades of La Rioja #C4BA0C

Tints of La Rioja #C4BA0C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.21%

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

R = 49.75%
G = 47.21%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4BA0C (or 0xC4BA0C) is known color: La Rioja. HEX triplet: C4, BA and 0C. RGB value is (196,186,12). Sum of RGB (Red+Green+Blue) = 196+186+12=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BA0C is #3B45F3. Grayscale: #A9A9A9. Windows color (decimal): -3884532 or 834244. OLE color: 834244.

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

Color convert

RGB 196 186 12 -
CMYK 0 0.05 0.94 0.23
HSL 56.74º 0.88% 0.41% -
HSV(B) 56.74º 0.94% 0.77% -
XYZ 40.39 46.88 7.27 -
YUV 169.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 196 186 12 0 0.05 0.94 0.23 56.74 0.88 0.41
Hex C4 BA C 0 5 5E 17 39 58 29
Octal 304 272 14 0 5 136 27 71 130 51
Binary 11000100 10111010 1100 0 101 1011110 10111 111001 1011000 101001

Color Harmonies of #C4BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BA0C

Black with #C4BA0C

Text Example


Text Example

White with #C4BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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