Html Css Color HEX #C7901A Buddha Gold

📋 copy color: '#C7901A'

red 199 ◦ green 144 ◦ blue 26

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

Shades of Buddha Gold #C7901A

Tints of Buddha Gold #C7901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.02%

 BLUE value IS 26 (10.55% from 255) = 7.05%

R = 53.93%
G = 39.02%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7901A (or 0xC7901A) is known color: Buddha Gold. HEX triplet: C7, 90 and 1A. RGB value is (199,144,26). Sum of RGB (Red+Green+Blue) = 199+144+26=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 26 (10.55% from 255 or 7.05% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C7901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7901A is #386FE5. Grayscale: #939393. Windows color (decimal): -3698662 or 1740999. OLE color: 1740999.

HSL color Cylindrical-coordinate representation of color #C7901A: hue angle of 40.92º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7901A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 144 26 -
CMYK 0 0.28 0.87 0.22
HSL 40.92º 0.77% 0.44% -
HSV(B) 40.92º 0.87% 0.78% -
XYZ 33.71 32.16 5.41 -
YUV 146.99 59.72 165.09 -
System Red Green Blue C M Y K H S L
Decimal 199 144 26 0 0.28 0.87 0.22 40.92 0.77 0.44
Hex C7 90 1A 0 1C 57 16 29 4D 2C
Octal 307 220 32 0 34 127 26 51 115 54
Binary 11000111 10010000 11010 0 11100 1010111 10110 101001 1001101 101100

Color Harmonies of #C7901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7901A

Black with #C7901A

Text Example


Text Example

White with #C7901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7901A; }

 p { color: rgb(199,144,26); }

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

background-color css

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

 a { background-color: rgb(199,144,26); }

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

border-color css

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

 span { border-color: rgb(199,144,26); }

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