Html Css Color HEX #C8BF49 Old Gold

📋 copy color: '#C8BF49'

red 200 ◦ green 191 ◦ blue 73

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

Shades of Old Gold #C8BF49

Tints of Old Gold #C8BF49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.73%

R = 43.1%
G = 41.16%
B = 15.73%

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

#C8BF49 (or 0xC8BF49) is known color: Old Gold. HEX triplet: C8, BF and 49. RGB value is (200,191,73). Sum of RGB (Red+Green+Blue) = 200+191+73=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF49 is #3740B6. Grayscale: #B4B4B4. Windows color (decimal): -3621047 or 4833224. OLE color: 4833224.

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

Color convert

RGB 200 191 73 -
CMYK 0 0.04 0.64 0.22
HSL 55.75º 0.54% 0.54% -
HSV(B) 55.75º 0.64% 0.78% -
XYZ 43.65 50.02 13.66 -
YUV 180.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 200 191 73 0 0.04 0.64 0.22 55.75 0.54 0.54
Hex C8 BF 49 0 4 40 16 38 36 36
Octal 310 277 111 0 4 100 26 70 66 66
Binary 11001000 10111111 1001001 0 100 1000000 10110 111000 110110 110110

Color Harmonies of #C8BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF49

Black with #C8BF49

Text Example


Text Example

White with #C8BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF49; }

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

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

background-color css

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

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

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

border-color css

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

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

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