Html Css Color HEX #C7BF32 Old Gold

📋 copy color: '#C7BF32'

red 199 ◦ green 191 ◦ blue 50

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

Shades of Old Gold #C7BF32

Tints of Old Gold #C7BF32

RGB

 RED value IS 199 (78.13% from 255) = 45.23%

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

 BLUE value IS 50 (19.92% from 255) = 11.36%

R = 45.23%
G = 43.41%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7BF32 (or 0xC7BF32) is known color: Old Gold. HEX triplet: C7, BF and 32. RGB value is (199,191,50). Sum of RGB (Red+Green+Blue) = 199+191+50=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BF32 is #3840CD. Grayscale: #B1B1B1. Windows color (decimal): -3686606 or 3325895. OLE color: 3325895.

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

Color convert

RGB 199 191 50 -
CMYK 0 0.04 0.75 0.22
HSL 56.78º 0.6% 0.49% -
HSV(B) 56.78º 0.75% 0.78% -
XYZ 42.76 49.63 10.34 -
YUV 177.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 199 191 50 0 0.04 0.75 0.22 56.78 0.6 0.49
Hex C7 BF 32 0 4 4B 16 39 3C 31
Octal 307 277 62 0 4 113 26 71 74 61
Binary 11000111 10111111 110010 0 100 1001011 10110 111001 111100 110001

Color Harmonies of #C7BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BF32

Black with #C7BF32

Text Example


Text Example

White with #C7BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BF32; }

 p { color: rgb(199,191,50); }

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

background-color css

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

 a { background-color: rgb(199,191,50); }

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

border-color css

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

 span { border-color: rgb(199,191,50); }

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