Html Css Color HEX #C5971E Buddha Gold

📋 copy color: '#C5971E'

red 197 ◦ green 151 ◦ blue 30

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

Shades of Buddha Gold #C5971E

Tints of Buddha Gold #C5971E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.94%

R = 52.12%
G = 39.95%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5971E (or 0xC5971E) is known color: Buddha Gold. HEX triplet: C5, 97 and 1E. RGB value is (197,151,30). Sum of RGB (Red+Green+Blue) = 197+151+30=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5971E is #3A68E1. Grayscale: #979797. Windows color (decimal): -3827938 or 2004933. OLE color: 2004933.

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

Color convert

RGB 197 151 30 -
CMYK 0 0.23 0.85 0.23
HSL 43.47º 0.74% 0.45% -
HSV(B) 43.47º 0.85% 0.77% -
XYZ 34.33 34.1 6 -
YUV 150.96 59.74 160.84 -
System Red Green Blue C M Y K H S L
Decimal 197 151 30 0 0.23 0.85 0.23 43.47 0.74 0.45
Hex C5 97 1E 0 17 55 17 2B 4A 2D
Octal 305 227 36 0 27 125 27 53 112 55
Binary 11000101 10010111 11110 0 10111 1010101 10111 101011 1001010 101101

Color Harmonies of #C5971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5971E

Black with #C5971E

Text Example


Text Example

White with #C5971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5971E; }

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

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

background-color css

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

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

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

border-color css

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

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

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