Html Css Color HEX #C0B437 Old Gold

📋 copy color: '#C0B437'

red 192 ◦ green 180 ◦ blue 55

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

Shades of Old Gold #C0B437

Tints of Old Gold #C0B437

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

 BLUE value IS 55 (21.88% from 255) = 12.88%

R = 44.96%
G = 42.15%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0B437 (or 0xC0B437) is known color: Old Gold. HEX triplet: C0, B4 and 37. RGB value is (192,180,55). Sum of RGB (Red+Green+Blue) = 192+180+55=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B437 is #3F4BC8. Grayscale: #A9A9A9. Windows color (decimal): -4148169 or 3650752. OLE color: 3650752.

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

Color convert

RGB 192 180 55 -
CMYK 0 0.06 0.71 0.25
HSL 54.74º 0.55% 0.48% -
HSV(B) 54.74º 0.71% 0.75% -
XYZ 38.75 44.12 10.09 -
YUV 169.34 63.48 144.16 -
System Red Green Blue C M Y K H S L
Decimal 192 180 55 0 0.06 0.71 0.25 54.74 0.55 0.48
Hex C0 B4 37 0 6 47 19 37 37 30
Octal 300 264 67 0 6 107 31 67 67 60
Binary 11000000 10110100 110111 0 110 1000111 11001 110111 110111 110000

Color Harmonies of #C0B437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B437

Black with #C0B437

Text Example


Text Example

White with #C0B437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B437; }

 p { color: rgb(192,180,55); }

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

background-color css

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

 a { background-color: rgb(192,180,55); }

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

border-color css

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

 span { border-color: rgb(192,180,55); }

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