Html Css Color HEX #C8BF48 Old Gold

📋 copy color: '#C8BF48'

red 200 ◦ green 191 ◦ blue 72

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

Shades of Old Gold #C8BF48

Tints of Old Gold #C8BF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.55%

R = 43.2%
G = 41.25%
B = 15.55%

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

#C8BF48 (or 0xC8BF48) is known color: Old Gold. HEX triplet: C8, BF and 48. RGB value is (200,191,72). Sum of RGB (Red+Green+Blue) = 200+191+72=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF48 is #3740B7. Grayscale: #B4B4B4. Windows color (decimal): -3621048 or 4767688. OLE color: 4767688.

HSL color Cylindrical-coordinate representation of color #C8BF48: hue angle of 55.78º 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 #C8BF48 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 191 72 -
CMYK 0 0.04 0.64 0.22
HSL 55.78º 0.54% 0.53% -
HSV(B) 55.78º 0.64% 0.78% -
XYZ 43.62 50.01 13.48 -
YUV 180.13 66.98 142.18 -
System Red Green Blue C M Y K H S L
Decimal 200 191 72 0 0.04 0.64 0.22 55.78 0.54 0.53
Hex C8 BF 48 0 4 40 16 38 36 35
Octal 310 277 110 0 4 100 26 70 66 65
Binary 11001000 10111111 1001000 0 100 1000000 10110 111000 110110 110101

Color Harmonies of #C8BF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF48

Black with #C8BF48

Text Example


Text Example

White with #C8BF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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