Html Css Color HEX #C5961B Buddha Gold

📋 copy color: '#C5961B'

red 197 ◦ green 150 ◦ blue 27

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

Shades of Buddha Gold #C5961B

Tints of Buddha Gold #C5961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.22%

R = 52.67%
G = 40.11%
B = 7.22%

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

#C5961B (or 0xC5961B) is known color: Buddha Gold. HEX triplet: C5, 96 and 1B. RGB value is (197,150,27). Sum of RGB (Red+Green+Blue) = 197+150+27=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5961B is #3A69E4. Grayscale: #969696. Windows color (decimal): -3828197 or 1808069. OLE color: 1808069.

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

Color convert

RGB 197 150 27 -
CMYK 0 0.24 0.86 0.23
HSL 43.41º 0.76% 0.44% -
HSV(B) 43.41º 0.86% 0.77% -
XYZ 34.13 33.76 5.75 -
YUV 150.03 58.57 161.5 -
System Red Green Blue C M Y K H S L
Decimal 197 150 27 0 0.24 0.86 0.23 43.41 0.76 0.44
Hex C5 96 1B 0 18 56 17 2B 4C 2C
Octal 305 226 33 0 30 126 27 53 114 54
Binary 11000101 10010110 11011 0 11000 1010110 10111 101011 1001100 101100

Color Harmonies of #C5961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5961B

Black with #C5961B

Text Example


Text Example

White with #C5961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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