Html Css Color HEX #C0B83E Old Gold

📋 copy color: '#C0B83E'

red 192 ◦ green 184 ◦ blue 62

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

Shades of Old Gold #C0B83E

Tints of Old Gold #C0B83E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

 BLUE value IS 62 (24.61% from 255) = 14.16%

R = 43.84%
G = 42.01%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C0B83E (or 0xC0B83E) is known color: Old Gold. HEX triplet: C0, B8 and 3E. RGB value is (192,184,62). Sum of RGB (Red+Green+Blue) = 192+184+62=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B83E is #3F47C1. Grayscale: #ACACAC. Windows color (decimal): -4147138 or 4110528. OLE color: 4110528.

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

Color convert

RGB 192 184 62 -
CMYK 0 0.04 0.68 0.25
HSL 56.31º 0.51% 0.5% -
HSV(B) 56.31º 0.68% 0.75% -
XYZ 39.75 45.84 11.31 -
YUV 172.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 192 184 62 0 0.04 0.68 0.25 56.31 0.51 0.5
Hex C0 B8 3E 0 4 44 19 38 33 32
Octal 300 270 76 0 4 104 31 70 63 62
Binary 11000000 10111000 111110 0 100 1000100 11001 111000 110011 110010

Color Harmonies of #C0B83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B83E

Black with #C0B83E

Text Example


Text Example

White with #C0B83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B83E; }

 p { color: rgb(192,184,62); }

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

background-color css

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

 a { background-color: rgb(192,184,62); }

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

border-color css

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

 span { border-color: rgb(192,184,62); }

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