Html Css Color HEX #C3B543 Old Gold

📋 copy color: '#C3B543'

red 195 ◦ green 181 ◦ blue 67

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

Shades of Old Gold #C3B543

Tints of Old Gold #C3B543

RGB

 RED value IS 195 (76.56% from 255) = 44.02%

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

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

R = 44.02%
G = 40.86%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C3B543 (or 0xC3B543) is known color: Old Gold. HEX triplet: C3, B5 and 43. RGB value is (195,181,67). Sum of RGB (Red+Green+Blue) = 195+181+67=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 67 (26.56% from 255 or 15.12% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B543 is #3C4ABC. Grayscale: #ACACAC. Windows color (decimal): -3951293 or 4437443. OLE color: 4437443.

HSL color Cylindrical-coordinate representation of color #C3B543: hue angle of 53.44º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3B543 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 181 67 -
CMYK 0 0.07 0.66 0.24
HSL 53.44º 0.52% 0.51% -
HSV(B) 53.44º 0.66% 0.76% -
XYZ 40.04 45.06 11.9 -
YUV 172.19 68.64 144.27 -
System Red Green Blue C M Y K H S L
Decimal 195 181 67 0 0.07 0.66 0.24 53.44 0.52 0.51
Hex C3 B5 43 0 7 42 18 35 34 33
Octal 303 265 103 0 7 102 30 65 64 63
Binary 11000011 10110101 1000011 0 111 1000010 11000 110101 110100 110011

Color Harmonies of #C3B543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B543

Black with #C3B543

Text Example


Text Example

White with #C3B543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B543; }

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

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

background-color css

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

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

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

border-color css

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

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

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