Html Css Color HEX #C4B341 Old Gold

📋 copy color: '#C4B341'

red 196 ◦ green 179 ◦ blue 65

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

Shades of Old Gold #C4B341

Tints of Old Gold #C4B341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

 BLUE value IS 65 (25.78% from 255) = 14.77%

R = 44.55%
G = 40.68%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4B341 (or 0xC4B341) is known color: Old Gold. HEX triplet: C4, B3 and 41. RGB value is (196,179,65). Sum of RGB (Red+Green+Blue) = 196+179+65=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B341 is #3B4CBE. Grayscale: #ABABAB. Windows color (decimal): -3886271 or 4305860. OLE color: 4305860.

HSL color Cylindrical-coordinate representation of color #C4B341: hue angle of 52.21º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4B341 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 179 65 -
CMYK 0 0.09 0.67 0.23
HSL 52.21º 0.53% 0.51% -
HSV(B) 52.21º 0.67% 0.77% -
XYZ 39.84 44.36 11.46 -
YUV 171.09 68.13 145.77 -
System Red Green Blue C M Y K H S L
Decimal 196 179 65 0 0.09 0.67 0.23 52.21 0.53 0.51
Hex C4 B3 41 0 9 43 17 34 35 33
Octal 304 263 101 0 11 103 27 64 65 63
Binary 11000100 10110011 1000001 0 1001 1000011 10111 110100 110101 110011

Color Harmonies of #C4B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B341

Black with #C4B341

Text Example


Text Example

White with #C4B341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B341; }

 p { color: rgb(196,179,65); }

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

background-color css

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

 a { background-color: rgb(196,179,65); }

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

border-color css

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

 span { border-color: rgb(196,179,65); }

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