Html Css Color HEX #C0B932 Old Gold

📋 copy color: '#C0B932'

red 192 ◦ green 185 ◦ blue 50

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

Shades of Old Gold #C0B932

Tints of Old Gold #C0B932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.33%

 BLUE value IS 50 (19.92% from 255) = 11.71%

R = 44.96%
G = 43.33%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0B932 (or 0xC0B932) is known color: Old Gold. HEX triplet: C0, B9 and 32. RGB value is (192,185,50). Sum of RGB (Red+Green+Blue) = 192+185+50=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 50 (19.92% from 255 or 11.71% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B932 is #3F46CD. Grayscale: #ACACAC. Windows color (decimal): -4146894 or 3324352. OLE color: 3324352.

HSL color Cylindrical-coordinate representation of color #C0B932: hue angle of 57.04º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0B932 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 50 -
CMYK 0 0.04 0.74 0.25
HSL 57.04º 0.59% 0.47% -
HSV(B) 57.04º 0.74% 0.75% -
XYZ 39.66 46.13 9.83 -
YUV 171.7 59.32 142.48 -
System Red Green Blue C M Y K H S L
Decimal 192 185 50 0 0.04 0.74 0.25 57.04 0.59 0.47
Hex C0 B9 32 0 4 4A 19 39 3B 2F
Octal 300 271 62 0 4 112 31 71 73 57
Binary 11000000 10111001 110010 0 100 1001010 11001 111001 111011 101111

Color Harmonies of #C0B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B932

Black with #C0B932

Text Example


Text Example

White with #C0B932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B932; }

 p { color: rgb(192,185,50); }

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

background-color css

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

 a { background-color: rgb(192,185,50); }

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

border-color css

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

 span { border-color: rgb(192,185,50); }

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