Html Css Color HEX #C39611 Buddha Gold

📋 copy color: '#C39611'

red 195 ◦ green 150 ◦ blue 17

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

Shades of Buddha Gold #C39611

Tints of Buddha Gold #C39611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.7%

R = 53.87%
G = 41.44%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C39611 (or 0xC39611) is known color: Buddha Gold. HEX triplet: C3, 96 and 11. RGB value is (195,150,17). Sum of RGB (Red+Green+Blue) = 195+150+17=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C39611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39611 is #3C69EE. Grayscale: #949494. Windows color (decimal): -3959279 or 1152707. OLE color: 1152707.

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

Color convert

RGB 195 150 17 -
CMYK 0 0.23 0.91 0.24
HSL 44.83º 0.84% 0.42% -
HSV(B) 44.83º 0.91% 0.76% -
XYZ 33.51 33.46 5.22 -
YUV 148.29 53.91 161.31 -
System Red Green Blue C M Y K H S L
Decimal 195 150 17 0 0.23 0.91 0.24 44.83 0.84 0.42
Hex C3 96 11 0 17 5B 18 2D 54 2A
Octal 303 226 21 0 27 133 30 55 124 52
Binary 11000011 10010110 10001 0 10111 1011011 11000 101101 1010100 101010

Color Harmonies of #C39611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39611

Black with #C39611

Text Example


Text Example

White with #C39611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39611; }

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

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

background-color css

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

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

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

border-color css

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

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

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