Html Css Color HEX #C8BF2F Old Gold

📋 copy color: '#C8BF2F'

red 200 ◦ green 191 ◦ blue 47

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

Shades of Old Gold #C8BF2F

Tints of Old Gold #C8BF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.73%

R = 45.66%
G = 43.61%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8BF2F (or 0xC8BF2F) is known color: Old Gold. HEX triplet: C8, BF and 2F. RGB value is (200,191,47). Sum of RGB (Red+Green+Blue) = 200+191+47=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF2F is #3740D0. Grayscale: #B1B1B1. Windows color (decimal): -3621073 or 3129288. OLE color: 3129288.

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

Color convert

RGB 200 191 47 -
CMYK 0 0.04 0.76 0.22
HSL 56.47º 0.62% 0.48% -
HSV(B) 56.47º 0.77% 0.78% -
XYZ 42.96 49.75 10.03 -
YUV 177.28 54.48 144.21 -
System Red Green Blue C M Y K H S L
Decimal 200 191 47 0 0.04 0.76 0.22 56.47 0.62 0.48
Hex C8 BF 2F 0 4 4C 16 38 3E 30
Octal 310 277 57 0 4 114 26 70 76 60
Binary 11001000 10111111 101111 0 100 1001100 10110 111000 111110 110000

Color Harmonies of #C8BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF2F

Black with #C8BF2F

Text Example


Text Example

White with #C8BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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