Html Css Color HEX #C2B645 Old Gold

📋 copy color: '#C2B645'

red 194 ◦ green 182 ◦ blue 69

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

Shades of Old Gold #C2B645

Tints of Old Gold #C2B645

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.9%

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

R = 43.6%
G = 40.9%
B = 15.51%

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

#C2B645 (or 0xC2B645) is known color: Old Gold. HEX triplet: C2, B6 and 45. RGB value is (194,182,69). Sum of RGB (Red+Green+Blue) = 194+182+69=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B645 is #3D49BA. Grayscale: #ADADAD. Windows color (decimal): -4016571 or 4568770. OLE color: 4568770.

HSL color Cylindrical-coordinate representation of color #C2B645: hue angle of 54.24º 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 #C2B645 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 182 69 -
CMYK 0 0.06 0.64 0.24
HSL 54.24º 0.51% 0.52% -
HSV(B) 54.24º 0.64% 0.76% -
XYZ 40.05 45.35 12.27 -
YUV 172.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 194 182 69 0 0.06 0.64 0.24 54.24 0.51 0.52
Hex C2 B6 45 0 6 40 18 36 33 34
Octal 302 266 105 0 6 100 30 66 63 64
Binary 11000010 10110110 1000101 0 110 1000000 11000 110110 110011 110100

Color Harmonies of #C2B645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B645

Black with #C2B645

Text Example


Text Example

White with #C2B645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B645; }

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

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

background-color css

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

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

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

border-color css

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

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

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