Html Css Color HEX #C7A309 Buddha Gold

📋 copy color: '#C7A309'

red 199 ◦ green 163 ◦ blue 9

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

Shades of Buddha Gold #C7A309

Tints of Buddha Gold #C7A309

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

 BLUE value IS 9 (3.91% from 255) = 2.43%

R = 53.64%
G = 43.94%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7A309 (or 0xC7A309) is known color: Buddha Gold. HEX triplet: C7, A3 and 09. RGB value is (199,163,9). Sum of RGB (Red+Green+Blue) = 199+163+9=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A309 is #385CF6. Grayscale: #9C9C9C. Windows color (decimal): -3693815 or 631751. OLE color: 631751.

HSL color Cylindrical-coordinate representation of color #C7A309: hue angle of 48.63º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7A309 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 163 9 -
CMYK 0 0.18 0.95 0.22
HSL 48.63º 0.91% 0.41% -
HSV(B) 48.63º 0.95% 0.78% -
XYZ 36.7 38.36 5.73 -
YUV 156.21 44.93 158.52 -
System Red Green Blue C M Y K H S L
Decimal 199 163 9 0 0.18 0.95 0.22 48.63 0.91 0.41
Hex C7 A3 9 0 12 5F 16 31 5B 29
Octal 307 243 11 0 22 137 26 61 133 51
Binary 11000111 10100011 1001 0 10010 1011111 10110 110001 1011011 101001

Color Harmonies of #C7A309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A309

Black with #C7A309

Text Example


Text Example

White with #C7A309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A309; }

 p { color: rgb(199,163,9); }

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

background-color css

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

 a { background-color: rgb(199,163,9); }

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

border-color css

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

 span { border-color: rgb(199,163,9); }

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