Html Css Color HEX #C3960E Buddha Gold

📋 copy color: '#C3960E'

red 195 ◦ green 150 ◦ blue 14

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

Shades of Buddha Gold #C3960E

Tints of Buddha Gold #C3960E

RGB

 RED value IS 195 (76.56% from 255) = 54.32%

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

 BLUE value IS 14 (5.86% from 255) = 3.9%

R = 54.32%
G = 41.78%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3960E (or 0xC3960E) is known color: Buddha Gold. HEX triplet: C3, 96 and 0E. RGB value is (195,150,14). Sum of RGB (Red+Green+Blue) = 195+150+14=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3960E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3960E is #3C69F1. Grayscale: #949494. Windows color (decimal): -3959282 or 956099. OLE color: 956099.

HSL color Cylindrical-coordinate representation of color #C3960E: hue angle of 45.08º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3960E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 150 14 -
CMYK 0 0.23 0.93 0.24
HSL 45.08º 0.87% 0.41% -
HSV(B) 45.08º 0.93% 0.76% -
XYZ 33.49 33.45 5.11 -
YUV 147.95 52.41 161.56 -
System Red Green Blue C M Y K H S L
Decimal 195 150 14 0 0.23 0.93 0.24 45.08 0.87 0.41
Hex C3 96 E 0 17 5D 18 2D 57 29
Octal 303 226 16 0 27 135 30 55 127 51
Binary 11000011 10010110 1110 0 10111 1011101 11000 101101 1010111 101001

Color Harmonies of #C3960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3960E

Black with #C3960E

Text Example


Text Example

White with #C3960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3960E; }

 p { color: rgb(195,150,14); }

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

background-color css

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

 a { background-color: rgb(195,150,14); }

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

border-color css

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

 span { border-color: rgb(195,150,14); }

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