Html Css Color HEX #C8BF47 Old Gold

📋 copy color: '#C8BF47'

red 200 ◦ green 191 ◦ blue 71

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

Shades of Old Gold #C8BF47

Tints of Old Gold #C8BF47

RGB

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

 GREEN value IS 191 (75% from 255) = 41.34%

 BLUE value IS 71 (28.13% from 255) = 15.37%

R = 43.29%
G = 41.34%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8BF47 (or 0xC8BF47) is known color: Old Gold. HEX triplet: C8, BF and 47. RGB value is (200,191,71). Sum of RGB (Red+Green+Blue) = 200+191+71=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF47 is #3740B8. Grayscale: #B4B4B4. Windows color (decimal): -3621049 or 4702152. OLE color: 4702152.

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

Color convert

RGB 200 191 71 -
CMYK 0 0.04 0.64 0.22
HSL 55.81º 0.54% 0.53% -
HSV(B) 55.81º 0.65% 0.78% -
XYZ 43.59 50 13.31 -
YUV 180.01 66.48 142.26 -
System Red Green Blue C M Y K H S L
Decimal 200 191 71 0 0.04 0.64 0.22 55.81 0.54 0.53
Hex C8 BF 47 0 4 40 16 38 36 35
Octal 310 277 107 0 4 100 26 70 66 65
Binary 11001000 10111111 1000111 0 100 1000000 10110 111000 110110 110101

Color Harmonies of #C8BF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF47

Black with #C8BF47

Text Example


Text Example

White with #C8BF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF47; }

 p { color: rgb(200,191,71); }

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

background-color css

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

 a { background-color: rgb(200,191,71); }

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

border-color css

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

 span { border-color: rgb(200,191,71); }

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