Html Css Color HEX #C7911A Buddha Gold

📋 copy color: '#C7911A'

red 199 ◦ green 145 ◦ blue 26

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

Shades of Buddha Gold #C7911A

Tints of Buddha Gold #C7911A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.19%

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

R = 53.78%
G = 39.19%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7911A (or 0xC7911A) is known color: Buddha Gold. HEX triplet: C7, 91 and 1A. RGB value is (199,145,26). Sum of RGB (Red+Green+Blue) = 199+145+26=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C7911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7911A is #386EE5. Grayscale: #949494. Windows color (decimal): -3698406 or 1741255. OLE color: 1741255.

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

Color convert

RGB 199 145 26 -
CMYK 0 0.27 0.87 0.22
HSL 41.27º 0.77% 0.44% -
HSV(B) 41.27º 0.87% 0.78% -
XYZ 33.87 32.47 5.46 -
YUV 147.58 59.39 164.68 -
System Red Green Blue C M Y K H S L
Decimal 199 145 26 0 0.27 0.87 0.22 41.27 0.77 0.44
Hex C7 91 1A 0 1B 57 16 29 4D 2C
Octal 307 221 32 0 33 127 26 51 115 54
Binary 11000111 10010001 11010 0 11011 1010111 10110 101001 1001101 101100

Color Harmonies of #C7911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7911A

Black with #C7911A

Text Example


Text Example

White with #C7911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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