Html Css Color HEX #C0B542 Old Gold

📋 copy color: '#C0B542'

red 192 ◦ green 181 ◦ blue 66

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

Shades of Old Gold #C0B542

Tints of Old Gold #C0B542

RGB

 RED value IS 192 (75.39% from 255) = 43.74%

 GREEN value IS 181 (71.09% from 255) = 41.23%

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

R = 43.74%
G = 41.23%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0B542 (or 0xC0B542) is known color: Old Gold. HEX triplet: C0, B5 and 42. RGB value is (192,181,66). Sum of RGB (Red+Green+Blue) = 192+181+66=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B542 is #3F4ABD. Grayscale: #ABABAB. Windows color (decimal): -4147902 or 4371904. OLE color: 4371904.

HSL color Cylindrical-coordinate representation of color #C0B542: hue angle of 54.76º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0B542 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 66 -
CMYK 0 0.06 0.66 0.25
HSL 54.76º 0.5% 0.51% -
HSV(B) 54.76º 0.66% 0.75% -
XYZ 39.25 44.65 11.7 -
YUV 171.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 192 181 66 0 0.06 0.66 0.25 54.76 0.5 0.51
Hex C0 B5 42 0 6 42 19 37 32 33
Octal 300 265 102 0 6 102 31 67 62 63
Binary 11000000 10110101 1000010 0 110 1000010 11001 110111 110010 110011

Color Harmonies of #C0B542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B542

Black with #C0B542

Text Example


Text Example

White with #C0B542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B542; }

 p { color: rgb(192,181,66); }

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

background-color css

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

 a { background-color: rgb(192,181,66); }

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

border-color css

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

 span { border-color: rgb(192,181,66); }

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