Html Css Color HEX #C8BC2E Old Gold

📋 copy color: '#C8BC2E'

red 200 ◦ green 188 ◦ blue 46

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

Shades of Old Gold #C8BC2E

Tints of Old Gold #C8BC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.6%

R = 46.08%
G = 43.32%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8BC2E (or 0xC8BC2E) is known color: Old Gold. HEX triplet: C8, BC and 2E. RGB value is (200,188,46). Sum of RGB (Red+Green+Blue) = 200+188+46=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC2E is #3743D1. Grayscale: #AFAFAF. Windows color (decimal): -3621842 or 3062984. OLE color: 3062984.

HSL color Cylindrical-coordinate representation of color #C8BC2E: hue angle of 55.32º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8BC2E is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 188 46 -
CMYK 0 0.06 0.77 0.22
HSL 55.32º 0.63% 0.48% -
HSV(B) 55.32º 0.77% 0.78% -
XYZ 42.3 48.44 9.71 -
YUV 175.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 200 188 46 0 0.06 0.77 0.22 55.32 0.63 0.48
Hex C8 BC 2E 0 6 4D 16 37 3F 30
Octal 310 274 56 0 6 115 26 67 77 60
Binary 11001000 10111100 101110 0 110 1001101 10110 110111 111111 110000

Color Harmonies of #C8BC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC2E

Black with #C8BC2E

Text Example


Text Example

White with #C8BC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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