Html Css Color HEX #C8B942 Old Gold

📋 copy color: '#C8B942'

red 200 ◦ green 185 ◦ blue 66

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

Shades of Old Gold #C8B942

Tints of Old Gold #C8B942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.63%

R = 44.35%
G = 41.02%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C8B942 (or 0xC8B942) is known color: Old Gold. HEX triplet: C8, B9 and 42. RGB value is (200,185,66). Sum of RGB (Red+Green+Blue) = 200+185+66=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B942 is #3746BD. Grayscale: #B0B0B0. Windows color (decimal): -3622590 or 4372936. OLE color: 4372936.

HSL color Cylindrical-coordinate representation of color #C8B942: hue angle of 53.28º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8B942 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 185 66 -
CMYK 0 0.08 0.67 0.22
HSL 53.28º 0.55% 0.52% -
HSV(B) 53.28º 0.67% 0.78% -
XYZ 42.15 47.37 12.08 -
YUV 175.92 65.97 145.18 -
System Red Green Blue C M Y K H S L
Decimal 200 185 66 0 0.08 0.67 0.22 53.28 0.55 0.52
Hex C8 B9 42 0 8 43 16 35 37 34
Octal 310 271 102 0 10 103 26 65 67 64
Binary 11001000 10111001 1000010 0 1000 1000011 10110 110101 110111 110100

Color Harmonies of #C8B942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B942

Black with #C8B942

Text Example


Text Example

White with #C8B942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B942; }

 p { color: rgb(200,185,66); }

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

background-color css

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

 a { background-color: rgb(200,185,66); }

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

border-color css

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

 span { border-color: rgb(200,185,66); }

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