Html Css Color HEX #C4960A Buddha Gold

📋 copy color: '#C4960A'

red 196 ◦ green 150 ◦ blue 10

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

Shades of Buddha Gold #C4960A

Tints of Buddha Gold #C4960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.81%

R = 55.06%
G = 42.13%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4960A (or 0xC4960A) is known color: Buddha Gold. HEX triplet: C4, 96 and 0A. RGB value is (196,150,10). Sum of RGB (Red+Green+Blue) = 196+150+10=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4960A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4960A is #3B69F5. Grayscale: #949494. Windows color (decimal): -3893750 or 693956. OLE color: 693956.

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

Color convert

RGB 196 150 10 -
CMYK 0 0.23 0.95 0.23
HSL 45.16º 0.9% 0.4% -
HSV(B) 45.16º 0.95% 0.77% -
XYZ 33.73 33.57 4.99 -
YUV 147.79 50.24 162.38 -
System Red Green Blue C M Y K H S L
Decimal 196 150 10 0 0.23 0.95 0.23 45.16 0.9 0.4
Hex C4 96 A 0 17 5F 17 2D 5A 28
Octal 304 226 12 0 27 137 27 55 132 50
Binary 11000100 10010110 1010 0 10111 1011111 10111 101101 1011010 101000

Color Harmonies of #C4960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4960A

Black with #C4960A

Text Example


Text Example

White with #C4960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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