Html Css Color HEX #C5BA42 Old Gold

📋 copy color: '#C5BA42'

red 197 ◦ green 186 ◦ blue 66

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

Shades of Old Gold #C5BA42

Tints of Old Gold #C5BA42

RGB

 RED value IS 197 (77.34% from 255) = 43.88%

 GREEN value IS 186 (73.05% from 255) = 41.43%

 BLUE value IS 66 (26.17% from 255) = 14.7%

R = 43.88%
G = 41.43%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5BA42 (or 0xC5BA42) is known color: Old Gold. HEX triplet: C5, BA and 42. RGB value is (197,186,66). Sum of RGB (Red+Green+Blue) = 197+186+66=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BA42 is #3A45BD. Grayscale: #B0B0B0. Windows color (decimal): -3818942 or 4373189. OLE color: 4373189.

HSL color Cylindrical-coordinate representation of color #C5BA42: hue angle of 54.96º degrees, saturation: 0.53, 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 #C5BA42 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 186 66 -
CMYK 0 0.06 0.66 0.23
HSL 54.96º 0.53% 0.52% -
HSV(B) 54.96º 0.66% 0.77% -
XYZ 41.57 47.38 12.11 -
YUV 175.61 66.14 143.26 -
System Red Green Blue C M Y K H S L
Decimal 197 186 66 0 0.06 0.66 0.23 54.96 0.53 0.52
Hex C5 BA 42 0 6 42 17 37 35 34
Octal 305 272 102 0 6 102 27 67 65 64
Binary 11000101 10111010 1000010 0 110 1000010 10111 110111 110101 110100

Color Harmonies of #C5BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BA42

Black with #C5BA42

Text Example


Text Example

White with #C5BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BA42; }

 p { color: rgb(197,186,66); }

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

background-color css

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

 a { background-color: rgb(197,186,66); }

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

border-color css

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

 span { border-color: rgb(197,186,66); }

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