Html Css Color HEX #C5961C Buddha Gold

📋 copy color: '#C5961C'

red 197 ◦ green 150 ◦ blue 28

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

Shades of Buddha Gold #C5961C

Tints of Buddha Gold #C5961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

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

R = 52.53%
G = 40%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5961C (or 0xC5961C) is known color: Buddha Gold. HEX triplet: C5, 96 and 1C. RGB value is (197,150,28). Sum of RGB (Red+Green+Blue) = 197+150+28=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 28 (11.33% from 255 or 7.47% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5961C is #3A69E3. Grayscale: #969696. Windows color (decimal): -3828196 or 1873605. OLE color: 1873605.

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

Color convert

RGB 197 150 28 -
CMYK 0 0.24 0.86 0.23
HSL 43.31º 0.75% 0.44% -
HSV(B) 43.31º 0.86% 0.77% -
XYZ 34.14 33.77 5.82 -
YUV 150.15 59.07 161.42 -
System Red Green Blue C M Y K H S L
Decimal 197 150 28 0 0.24 0.86 0.23 43.31 0.75 0.44
Hex C5 96 1C 0 18 56 17 2B 4B 2C
Octal 305 226 34 0 30 126 27 53 113 54
Binary 11000101 10010110 11100 0 11000 1010110 10111 101011 1001011 101100

Color Harmonies of #C5961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5961C

Black with #C5961C

Text Example


Text Example

White with #C5961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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