Html Css Color HEX #C39A16 Buddha Gold

📋 copy color: '#C39A16'

red 195 ◦ green 154 ◦ blue 22

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

Shades of Buddha Gold #C39A16

Tints of Buddha Gold #C39A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.93%

R = 52.56%
G = 41.51%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C39A16 (or 0xC39A16) is known color: Buddha Gold. HEX triplet: C3, 9A and 16. RGB value is (195,154,22). Sum of RGB (Red+Green+Blue) = 195+154+22=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39A16 is #3C65E9. Grayscale: #979797. Windows color (decimal): -3958250 or 1481411. OLE color: 1481411.

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

Color convert

RGB 195 154 22 -
CMYK 0 0.21 0.89 0.24
HSL 45.78º 0.8% 0.43% -
HSV(B) 45.78º 0.89% 0.76% -
XYZ 34.21 34.77 5.67 -
YUV 151.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 195 154 22 0 0.21 0.89 0.24 45.78 0.8 0.43
Hex C3 9A 16 0 15 59 18 2E 50 2B
Octal 303 232 26 0 25 131 30 56 120 53
Binary 11000011 10011010 10110 0 10101 1011001 11000 101110 1010000 101011

Color Harmonies of #C39A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A16

Black with #C39A16

Text Example


Text Example

White with #C39A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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