Html Css Color HEX #C4961B Buddha Gold

📋 copy color: '#C4961B'

red 196 ◦ green 150 ◦ blue 27

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

Shades of Buddha Gold #C4961B

Tints of Buddha Gold #C4961B

RGB

 RED value IS 196 (76.95% from 255) = 52.55%

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

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

R = 52.55%
G = 40.21%
B = 7.24%

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

#C4961B (or 0xC4961B) is known color: Buddha Gold. HEX triplet: C4, 96 and 1B. RGB value is (196,150,27). Sum of RGB (Red+Green+Blue) = 196+150+27=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4961B is #3B69E4. Grayscale: #969696. Windows color (decimal): -3893733 or 1808068. OLE color: 1808068.

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

Color convert

RGB 196 150 27 -
CMYK 0 0.23 0.86 0.23
HSL 43.67º 0.76% 0.44% -
HSV(B) 43.67º 0.86% 0.77% -
XYZ 33.87 33.63 5.74 -
YUV 149.73 58.74 161 -
System Red Green Blue C M Y K H S L
Decimal 196 150 27 0 0.23 0.86 0.23 43.67 0.76 0.44
Hex C4 96 1B 0 17 56 17 2C 4C 2C
Octal 304 226 33 0 27 126 27 54 114 54
Binary 11000100 10010110 11011 0 10111 1010110 10111 101100 1001100 101100

Color Harmonies of #C4961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4961B

Black with #C4961B

Text Example


Text Example

White with #C4961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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