Html Css Color HEX #C2B743 Old Gold

📋 copy color: '#C2B743'

red 194 ◦ green 183 ◦ blue 67

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

Shades of Old Gold #C2B743

Tints of Old Gold #C2B743

RGB

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

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

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

R = 43.69%
G = 41.22%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C2B743 (or 0xC2B743) is known color: Old Gold. HEX triplet: C2, B7 and 43. RGB value is (194,183,67). Sum of RGB (Red+Green+Blue) = 194+183+67=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 67 (26.56% from 255 or 15.09% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B743 is #3D48BC. Grayscale: #ADADAD. Windows color (decimal): -4016317 or 4437954. OLE color: 4437954.

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

Color convert

RGB 194 183 67 -
CMYK 0 0.06 0.65 0.24
HSL 54.8º 0.51% 0.51% -
HSV(B) 54.8º 0.65% 0.76% -
XYZ 40.19 45.74 12.02 -
YUV 173.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 194 183 67 0 0.06 0.65 0.24 54.8 0.51 0.51
Hex C2 B7 43 0 6 41 18 37 33 33
Octal 302 267 103 0 6 101 30 67 63 63
Binary 11000010 10110111 1000011 0 110 1000001 11000 110111 110011 110011

Color Harmonies of #C2B743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B743

Black with #C2B743

Text Example


Text Example

White with #C2B743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B743; }

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

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

background-color css

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

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

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

border-color css

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

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

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