Html Css Color HEX #C0B643 Old Gold

📋 copy color: '#C0B643'

red 192 ◦ green 182 ◦ blue 67

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

Shades of Old Gold #C0B643

Tints of Old Gold #C0B643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.19%

R = 43.54%
G = 41.27%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C0B643 (or 0xC0B643) is known color: Old Gold. HEX triplet: C0, B6 and 43. RGB value is (192,182,67). Sum of RGB (Red+Green+Blue) = 192+182+67=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B643 is #3F49BC. Grayscale: #ACACAC. Windows color (decimal): -4147645 or 4437696. OLE color: 4437696.

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

Color convert

RGB 192 182 67 -
CMYK 0 0.05 0.65 0.25
HSL 55.2º 0.5% 0.51% -
HSV(B) 55.2º 0.65% 0.75% -
XYZ 39.48 45.07 11.93 -
YUV 171.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 192 182 67 0 0.05 0.65 0.25 55.2 0.5 0.51
Hex C0 B6 43 0 5 41 19 37 32 33
Octal 300 266 103 0 5 101 31 67 62 63
Binary 11000000 10110110 1000011 0 101 1000001 11001 110111 110010 110011

Color Harmonies of #C0B643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B643

Black with #C0B643

Text Example


Text Example

White with #C0B643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B643; }

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

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

background-color css

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

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

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

border-color css

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

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

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