Html Css Color HEX #C3960B Buddha Gold

📋 copy color: '#C3960B'

red 195 ◦ green 150 ◦ blue 11

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

Shades of Buddha Gold #C3960B

Tints of Buddha Gold #C3960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.09%

R = 54.78%
G = 42.13%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3960B (or 0xC3960B) is known color: Buddha Gold. HEX triplet: C3, 96 and 0B. RGB value is (195,150,11). Sum of RGB (Red+Green+Blue) = 195+150+11=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3960B is #3C69F4. Grayscale: #949494. Windows color (decimal): -3959285 or 759491. OLE color: 759491.

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

Color convert

RGB 195 150 11 -
CMYK 0 0.23 0.94 0.24
HSL 45.33º 0.89% 0.4% -
HSV(B) 45.33º 0.94% 0.76% -
XYZ 33.47 33.44 5.01 -
YUV 147.61 50.91 161.8 -
System Red Green Blue C M Y K H S L
Decimal 195 150 11 0 0.23 0.94 0.24 45.33 0.89 0.4
Hex C3 96 B 0 17 5E 18 2D 59 28
Octal 303 226 13 0 27 136 30 55 131 50
Binary 11000011 10010110 1011 0 10111 1011110 11000 101101 1011001 101000

Color Harmonies of #C3960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3960B

Black with #C3960B

Text Example


Text Example

White with #C3960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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