Html Css Color HEX #C4971A Buddha Gold

📋 copy color: '#C4971A'

red 196 ◦ green 151 ◦ blue 26

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

Shades of Buddha Gold #C4971A

Tints of Buddha Gold #C4971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.48%

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

R = 52.55%
G = 40.48%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4971A (or 0xC4971A) is known color: Buddha Gold. HEX triplet: C4, 97 and 1A. RGB value is (196,151,26). Sum of RGB (Red+Green+Blue) = 196+151+26=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4971A is #3B68E5. Grayscale: #969696. Windows color (decimal): -3893478 or 1742788. OLE color: 1742788.

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

Color convert

RGB 196 151 26 -
CMYK 0 0.23 0.87 0.23
HSL 44.12º 0.77% 0.44% -
HSV(B) 44.12º 0.87% 0.77% -
XYZ 34.02 33.94 5.74 -
YUV 150.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 196 151 26 0 0.23 0.87 0.23 44.12 0.77 0.44
Hex C4 97 1A 0 17 57 17 2C 4D 2C
Octal 304 227 32 0 27 127 27 54 115 54
Binary 11000100 10010111 11010 0 10111 1010111 10111 101100 1001101 101100

Color Harmonies of #C4971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4971A

Black with #C4971A

Text Example


Text Example

White with #C4971A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4971A; }

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

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

background-color css

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

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

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

border-color css

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

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

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