Html Css Color HEX #C5970B Buddha Gold

📋 copy color: '#C5970B'

red 197 ◦ green 151 ◦ blue 11

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

Shades of Buddha Gold #C5970B

Tints of Buddha Gold #C5970B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.06%

R = 54.87%
G = 42.06%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5970B (or 0xC5970B) is known color: Buddha Gold. HEX triplet: C5, 97 and 0B. RGB value is (197,151,11). Sum of RGB (Red+Green+Blue) = 197+151+11=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5970B is #3A68F4. Grayscale: #959595. Windows color (decimal): -3827957 or 759749. OLE color: 759749.

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

Color convert

RGB 197 151 11 -
CMYK 0 0.23 0.94 0.23
HSL 45.16º 0.89% 0.41% -
HSV(B) 45.16º 0.94% 0.77% -
XYZ 34.15 34.03 5.08 -
YUV 148.79 50.24 162.38 -
System Red Green Blue C M Y K H S L
Decimal 197 151 11 0 0.23 0.94 0.23 45.16 0.89 0.41
Hex C5 97 B 0 17 5E 17 2D 59 29
Octal 305 227 13 0 27 136 27 55 131 51
Binary 11000101 10010111 1011 0 10111 1011110 10111 101101 1011001 101001

Color Harmonies of #C5970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5970B

Black with #C5970B

Text Example


Text Example

White with #C5970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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