Html Css Color HEX #C5B242 Old Gold

📋 copy color: '#C5B242'

red 197 ◦ green 178 ◦ blue 66

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

Shades of Old Gold #C5B242

Tints of Old Gold #C5B242

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.36%

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

R = 44.67%
G = 40.36%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C5B242 (or 0xC5B242) is known color: Old Gold. HEX triplet: C5, B2 and 42. RGB value is (197,178,66). Sum of RGB (Red+Green+Blue) = 197+178+66=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B242 is #3A4DBD. Grayscale: #ABABAB. Windows color (decimal): -3820990 or 4371141. OLE color: 4371141.

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

Color convert

RGB 197 178 66 -
CMYK 0 0.10 0.66 0.23
HSL 51.3º 0.53% 0.52% -
HSV(B) 51.3º 0.66% 0.77% -
XYZ 39.93 44.1 11.56 -
YUV 170.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 197 178 66 0 0.10 0.66 0.23 51.3 0.53 0.52
Hex C5 B2 42 0 A 42 17 33 35 34
Octal 305 262 102 0 12 102 27 63 65 64
Binary 11000101 10110010 1000010 0 1010 1000010 10111 110011 110101 110100

Color Harmonies of #C5B242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B242

Black with #C5B242

Text Example


Text Example

White with #C5B242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B242; }

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

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

background-color css

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

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

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

border-color css

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

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

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