Html Css Color HEX #C4B141 Old Gold

📋 copy color: '#C4B141'

red 196 ◦ green 177 ◦ blue 65

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

Shades of Old Gold #C4B141

Tints of Old Gold #C4B141

RGB

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

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

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

R = 44.75%
G = 40.41%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C4B141 (or 0xC4B141) is known color: Old Gold. HEX triplet: C4, B1 and 41. RGB value is (196,177,65). Sum of RGB (Red+Green+Blue) = 196+177+65=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B141 is #3B4EBE. Grayscale: #AAAAAA. Windows color (decimal): -3886783 or 4305348. OLE color: 4305348.

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

Color convert

RGB 196 177 65 -
CMYK 0 0.10 0.67 0.23
HSL 51.3º 0.53% 0.51% -
HSV(B) 51.3º 0.67% 0.77% -
XYZ 39.44 43.56 11.33 -
YUV 169.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 196 177 65 0 0.10 0.67 0.23 51.3 0.53 0.51
Hex C4 B1 41 0 A 43 17 33 35 33
Octal 304 261 101 0 12 103 27 63 65 63
Binary 11000100 10110001 1000001 0 1010 1000011 10111 110011 110101 110011

Color Harmonies of #C4B141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B141

Black with #C4B141

Text Example


Text Example

White with #C4B141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B141; }

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

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

background-color css

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

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

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

border-color css

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

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

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