Html Css Color HEX #C4B543 Old Gold

📋 copy color: '#C4B543'

red 196 ◦ green 181 ◦ blue 67

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

Shades of Old Gold #C4B543

Tints of Old Gold #C4B543

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.77%

 BLUE value IS 67 (26.56% from 255) = 15.09%

R = 44.14%
G = 40.77%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C4B543 (or 0xC4B543) is known color: Old Gold. HEX triplet: C4, B5 and 43. RGB value is (196,181,67). Sum of RGB (Red+Green+Blue) = 196+181+67=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 67 (26.56% from 255 or 15.09% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B543 is #3B4ABC. Grayscale: #ACACAC. Windows color (decimal): -3885757 or 4437444. OLE color: 4437444.

HSL color Cylindrical-coordinate representation of color #C4B543: hue angle of 53.02º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4B543 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 181 67 -
CMYK 0 0.08 0.66 0.23
HSL 53.02º 0.52% 0.52% -
HSV(B) 53.02º 0.66% 0.77% -
XYZ 40.3 45.19 11.91 -
YUV 172.49 68.47 144.77 -
System Red Green Blue C M Y K H S L
Decimal 196 181 67 0 0.08 0.66 0.23 53.02 0.52 0.52
Hex C4 B5 43 0 8 42 17 35 34 34
Octal 304 265 103 0 10 102 27 65 64 64
Binary 11000100 10110101 1000011 0 1000 1000010 10111 110101 110100 110100

Color Harmonies of #C4B543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B543

Black with #C4B543

Text Example


Text Example

White with #C4B543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B543; }

 p { color: rgb(196,181,67); }

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

background-color css

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

 a { background-color: rgb(196,181,67); }

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

border-color css

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

 span { border-color: rgb(196,181,67); }

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