Html Css Color HEX #C4911A Buddha Gold

📋 copy color: '#C4911A'

red 196 ◦ green 145 ◦ blue 26

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

Shades of Buddha Gold #C4911A

Tints of Buddha Gold #C4911A

RGB

 RED value IS 196 (76.95% from 255) = 53.41%

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

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

R = 53.41%
G = 39.51%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4911A (or 0xC4911A) is known color: Buddha Gold. HEX triplet: C4, 91 and 1A. RGB value is (196,145,26). Sum of RGB (Red+Green+Blue) = 196+145+26=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4911A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4911A is #3B6EE5. Grayscale: #939393. Windows color (decimal): -3895014 or 1741252. OLE color: 1741252.

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

Color convert

RGB 196 145 26 -
CMYK 0 0.26 0.87 0.23
HSL 42º 0.77% 0.44% -
HSV(B) 42º 0.87% 0.77% -
XYZ 33.08 32.06 5.42 -
YUV 146.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 196 145 26 0 0.26 0.87 0.23 42 0.77 0.44
Hex C4 91 1A 0 1A 57 17 2A 4D 2C
Octal 304 221 32 0 32 127 27 52 115 54
Binary 11000100 10010001 11010 0 11010 1010111 10111 101010 1001101 101100

Color Harmonies of #C4911A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4911A

Black with #C4911A

Text Example


Text Example

White with #C4911A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4911A; }

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

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

background-color css

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

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

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

border-color css

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

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

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