Html Css Color HEX #C8B646 Old Gold

📋 copy color: '#C8B646'

red 200 ◦ green 182 ◦ blue 70

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

Shades of Old Gold #C8B646

Tints of Old Gold #C8B646

RGB

 RED value IS 200 (78.52% from 255) = 44.25%

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

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 44.25%
G = 40.27%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C8B646 (or 0xC8B646) is known color: Old Gold. HEX triplet: C8, B6 and 46. RGB value is (200,182,70). Sum of RGB (Red+Green+Blue) = 200+182+70=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B646 is #3749B9. Grayscale: #AFAFAF. Windows color (decimal): -3623354 or 4634312. OLE color: 4634312.

HSL color Cylindrical-coordinate representation of color #C8B646: hue angle of 51.69º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8B646 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 182 70 -
CMYK 0 0.09 0.65 0.22
HSL 51.69º 0.54% 0.53% -
HSV(B) 51.69º 0.65% 0.78% -
XYZ 41.65 46.18 12.51 -
YUV 174.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 200 182 70 0 0.09 0.65 0.22 51.69 0.54 0.53
Hex C8 B6 46 0 9 41 16 34 36 35
Octal 310 266 106 0 11 101 26 64 66 65
Binary 11001000 10110110 1000110 0 1001 1000001 10110 110100 110110 110101

Color Harmonies of #C8B646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B646

Black with #C8B646

Text Example


Text Example

White with #C8B646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B646; }

 p { color: rgb(200,182,70); }

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

background-color css

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

 a { background-color: rgb(200,182,70); }

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

border-color css

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

 span { border-color: rgb(200,182,70); }

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