Html Css Color HEX #C39A10 Buddha Gold

📋 copy color: '#C39A10'

red 195 ◦ green 154 ◦ blue 16

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

Shades of Buddha Gold #C39A10

Tints of Buddha Gold #C39A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

 BLUE value IS 16 (6.64% from 255) = 4.38%

R = 53.42%
G = 42.19%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C39A10 (or 0xC39A10) is known color: Buddha Gold. HEX triplet: C3, 9A and 10. RGB value is (195,154,16). Sum of RGB (Red+Green+Blue) = 195+154+16=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39A10 is #3C65EF. Grayscale: #979797. Windows color (decimal): -3958256 or 1088195. OLE color: 1088195.

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

Color convert

RGB 195 154 16 -
CMYK 0 0.21 0.92 0.24
HSL 46.26º 0.85% 0.41% -
HSV(B) 46.26º 0.92% 0.76% -
XYZ 34.15 34.75 5.4 -
YUV 150.53 52.08 159.72 -
System Red Green Blue C M Y K H S L
Decimal 195 154 16 0 0.21 0.92 0.24 46.26 0.85 0.41
Hex C3 9A 10 0 15 5C 18 2E 55 29
Octal 303 232 20 0 25 134 30 56 125 51
Binary 11000011 10011010 10000 0 10101 1011100 11000 101110 1010101 101001

Color Harmonies of #C39A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A10

Black with #C39A10

Text Example


Text Example

White with #C39A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A10; }

 p { color: rgb(195,154,16); }

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

background-color css

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

 a { background-color: rgb(195,154,16); }

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

border-color css

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

 span { border-color: rgb(195,154,16); }

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