Html Css Color HEX #C4971C Buddha Gold

📋 copy color: '#C4971C'

red 196 ◦ green 151 ◦ blue 28

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

Shades of Buddha Gold #C4971C

Tints of Buddha Gold #C4971C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.47%

R = 52.27%
G = 40.27%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4971C (or 0xC4971C) is known color: Buddha Gold. HEX triplet: C4, 97 and 1C. RGB value is (196,151,28). Sum of RGB (Red+Green+Blue) = 196+151+28=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C4971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4971C is #3B68E3. Grayscale: #969696. Windows color (decimal): -3893476 or 1873860. OLE color: 1873860.

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

Color convert

RGB 196 151 28 -
CMYK 0 0.23 0.86 0.23
HSL 43.93º 0.75% 0.44% -
HSV(B) 43.93º 0.86% 0.77% -
XYZ 34.04 33.95 5.86 -
YUV 150.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 196 151 28 0 0.23 0.86 0.23 43.93 0.75 0.44
Hex C4 97 1C 0 17 56 17 2C 4B 2C
Octal 304 227 34 0 27 126 27 54 113 54
Binary 11000100 10010111 11100 0 10111 1010110 10111 101100 1001011 101100

Color Harmonies of #C4971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4971C

Black with #C4971C

Text Example


Text Example

White with #C4971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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