Html Css Color HEX #C4B137 Old Gold

📋 copy color: '#C4B137'

red 196 ◦ green 177 ◦ blue 55

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

Shades of Old Gold #C4B137

Tints of Old Gold #C4B137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.85%

R = 45.79%
G = 41.36%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4B137 (or 0xC4B137) is known color: Old Gold. HEX triplet: C4, B1 and 37. RGB value is (196,177,55). Sum of RGB (Red+Green+Blue) = 196+177+55=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 55 (21.88% from 255 or 12.85% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B137 is #3B4EC8. Grayscale: #A9A9A9. Windows color (decimal): -3886793 or 3649988. OLE color: 3649988.

HSL color Cylindrical-coordinate representation of color #C4B137: hue angle of 51.91º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4B137 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 55 -
CMYK 0 0.10 0.72 0.23
HSL 51.91º 0.56% 0.49% -
HSV(B) 51.91º 0.72% 0.77% -
XYZ 39.18 43.46 9.94 -
YUV 168.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 196 177 55 0 0.10 0.72 0.23 51.91 0.56 0.49
Hex C4 B1 37 0 A 48 17 34 38 31
Octal 304 261 67 0 12 110 27 64 70 61
Binary 11000100 10110001 110111 0 1010 1001000 10111 110100 111000 110001

Color Harmonies of #C4B137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B137

Black with #C4B137

Text Example


Text Example

White with #C4B137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B137; }

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

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

background-color css

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

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

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

border-color css

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

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

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