Html Css Color HEX #C2B745 Old Gold

📋 copy color: '#C2B745'

red 194 ◦ green 183 ◦ blue 69

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

Shades of Old Gold #C2B745

Tints of Old Gold #C2B745

RGB

 RED value IS 194 (76.17% from 255) = 43.5%

 GREEN value IS 183 (71.88% from 255) = 41.03%

 BLUE value IS 69 (27.34% from 255) = 15.47%

R = 43.5%
G = 41.03%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C2B745 (or 0xC2B745) is known color: Old Gold. HEX triplet: C2, B7 and 45. RGB value is (194,183,69). Sum of RGB (Red+Green+Blue) = 194+183+69=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B745 is #3D48BA. Grayscale: #ADADAD. Windows color (decimal): -4016315 or 4569026. OLE color: 4569026.

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

Color convert

RGB 194 183 69 -
CMYK 0 0.06 0.64 0.24
HSL 54.72º 0.51% 0.52% -
HSV(B) 54.72º 0.64% 0.76% -
XYZ 40.26 45.77 12.34 -
YUV 173.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 194 183 69 0 0.06 0.64 0.24 54.72 0.51 0.52
Hex C2 B7 45 0 6 40 18 37 33 34
Octal 302 267 105 0 6 100 30 67 63 64
Binary 11000010 10110111 1000101 0 110 1000000 11000 110111 110011 110100

Color Harmonies of #C2B745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B745

Black with #C2B745

Text Example


Text Example

White with #C2B745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B745; }

 p { color: rgb(194,183,69); }

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

background-color css

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

 a { background-color: rgb(194,183,69); }

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

border-color css

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

 span { border-color: rgb(194,183,69); }

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