Html Css Color HEX #C0B640 Old Gold

📋 copy color: '#C0B640'

red 192 ◦ green 182 ◦ blue 64

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

Shades of Old Gold #C0B640

Tints of Old Gold #C0B640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.55%

 BLUE value IS 64 (25.39% from 255) = 14.61%

R = 43.84%
G = 41.55%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0B640 (or 0xC0B640) is known color: Old Gold. HEX triplet: C0, B6 and 40. RGB value is (192,182,64). Sum of RGB (Red+Green+Blue) = 192+182+64=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B640 is #3F49BF. Grayscale: #ACACAC. Windows color (decimal): -4147648 or 4241088. OLE color: 4241088.

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

Color convert

RGB 192 182 64 -
CMYK 0 0.05 0.67 0.25
HSL 55.31º 0.5% 0.5% -
HSV(B) 55.31º 0.67% 0.75% -
XYZ 39.39 45.03 11.47 -
YUV 171.54 67.31 142.59 -
System Red Green Blue C M Y K H S L
Decimal 192 182 64 0 0.05 0.67 0.25 55.31 0.5 0.5
Hex C0 B6 40 0 5 43 19 37 32 32
Octal 300 266 100 0 5 103 31 67 62 62
Binary 11000000 10110110 1000000 0 101 1000011 11001 110111 110010 110010

Color Harmonies of #C0B640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B640

Black with #C0B640

Text Example


Text Example

White with #C0B640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B640; }

 p { color: rgb(192,182,64); }

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

background-color css

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

 a { background-color: rgb(192,182,64); }

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

border-color css

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

 span { border-color: rgb(192,182,64); }

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