Html Css Color HEX #C8BC37 Old Gold

📋 copy color: '#C8BC37'

red 200 ◦ green 188 ◦ blue 55

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

Shades of Old Gold #C8BC37

Tints of Old Gold #C8BC37

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.44%

 BLUE value IS 55 (21.88% from 255) = 12.42%

R = 45.15%
G = 42.44%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8BC37 (or 0xC8BC37) is known color: Old Gold. HEX triplet: C8, BC and 37. RGB value is (200,188,55). Sum of RGB (Red+Green+Blue) = 200+188+55=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC37 is #3743C8. Grayscale: #B0B0B0. Windows color (decimal): -3621833 or 3652808. OLE color: 3652808.

HSL color Cylindrical-coordinate representation of color #C8BC37: hue angle of 55.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8BC37 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 188 55 -
CMYK 0 0.06 0.72 0.22
HSL 55.03º 0.57% 0.5% -
HSV(B) 55.03º 0.73% 0.78% -
XYZ 42.49 48.52 10.74 -
YUV 176.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 200 188 55 0 0.06 0.72 0.22 55.03 0.57 0.5
Hex C8 BC 37 0 6 48 16 37 39 32
Octal 310 274 67 0 6 110 26 67 71 62
Binary 11001000 10111100 110111 0 110 1001000 10110 110111 111001 110010

Color Harmonies of #C8BC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC37

Black with #C8BC37

Text Example


Text Example

White with #C8BC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC37; }

 p { color: rgb(200,188,55); }

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

background-color css

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

 a { background-color: rgb(200,188,55); }

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

border-color css

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

 span { border-color: rgb(200,188,55); }

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