Html Css Color HEX #C7941A Buddha Gold

📋 copy color: '#C7941A'

red 199 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #C7941A

Tints of Buddha Gold #C7941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.68%

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

R = 53.35%
G = 39.68%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7941A (or 0xC7941A) is known color: Buddha Gold. HEX triplet: C7, 94 and 1A. RGB value is (199,148,26). Sum of RGB (Red+Green+Blue) = 199+148+26=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7941A is #386BE5. Grayscale: #959595. Windows color (decimal): -3697638 or 1742023. OLE color: 1742023.

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

Color convert

RGB 199 148 26 -
CMYK 0 0.26 0.87 0.22
HSL 42.31º 0.77% 0.44% -
HSV(B) 42.31º 0.87% 0.78% -
XYZ 34.33 33.4 5.61 -
YUV 149.34 58.4 163.42 -
System Red Green Blue C M Y K H S L
Decimal 199 148 26 0 0.26 0.87 0.22 42.31 0.77 0.44
Hex C7 94 1A 0 1A 57 16 2A 4D 2C
Octal 307 224 32 0 32 127 26 52 115 54
Binary 11000111 10010100 11010 0 11010 1010111 10110 101010 1001101 101100

Color Harmonies of #C7941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7941A

Black with #C7941A

Text Example


Text Example

White with #C7941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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