Html Css Color HEX #C5971C Buddha Gold

📋 copy color: '#C5971C'

red 197 ◦ green 151 ◦ blue 28

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

Shades of Buddha Gold #C5971C

Tints of Buddha Gold #C5971C

RGB

 RED value IS 197 (77.34% from 255) = 52.39%

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

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

R = 52.39%
G = 40.16%
B = 7.45%

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

#C5971C (or 0xC5971C) is known color: Buddha Gold. HEX triplet: C5, 97 and 1C. RGB value is (197,151,28). Sum of RGB (Red+Green+Blue) = 197+151+28=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5971C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5971C is #3A68E3. Grayscale: #979797. Windows color (decimal): -3827940 or 1873861. OLE color: 1873861.

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

Color convert

RGB 197 151 28 -
CMYK 0 0.23 0.86 0.23
HSL 43.67º 0.75% 0.44% -
HSV(B) 43.67º 0.86% 0.77% -
XYZ 34.3 34.09 5.87 -
YUV 150.73 58.74 161 -
System Red Green Blue C M Y K H S L
Decimal 197 151 28 0 0.23 0.86 0.23 43.67 0.75 0.44
Hex C5 97 1C 0 17 56 17 2C 4B 2C
Octal 305 227 34 0 27 126 27 54 113 54
Binary 11000101 10010111 11100 0 10111 1010110 10111 101100 1001011 101100

Color Harmonies of #C5971C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5971C

Black with #C5971C

Text Example


Text Example

White with #C5971C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5971C; }

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

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

background-color css

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

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

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

border-color css

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

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

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