Html Css Color HEX #C39016 Buddha Gold

📋 copy color: '#C39016'

red 195 ◦ green 144 ◦ blue 22

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

Shades of Buddha Gold #C39016

Tints of Buddha Gold #C39016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.89%

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

R = 54.02%
G = 39.89%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C39016 (or 0xC39016) is known color: Buddha Gold. HEX triplet: C3, 90 and 16. RGB value is (195,144,22). Sum of RGB (Red+Green+Blue) = 195+144+22=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C39016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39016 is #3C6FE9. Grayscale: #919191. Windows color (decimal): -3960810 or 1478851. OLE color: 1478851.

HSL color Cylindrical-coordinate representation of color #C39016: hue angle of 42.31º 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 #C39016 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 144 22 -
CMYK 0 0.26 0.89 0.24
HSL 42.31º 0.8% 0.43% -
HSV(B) 42.31º 0.89% 0.76% -
XYZ 32.62 31.61 5.14 -
YUV 145.34 58.4 163.42 -
System Red Green Blue C M Y K H S L
Decimal 195 144 22 0 0.26 0.89 0.24 42.31 0.8 0.43
Hex C3 90 16 0 1A 59 18 2A 50 2B
Octal 303 220 26 0 32 131 30 52 120 53
Binary 11000011 10010000 10110 0 11010 1011001 11000 101010 1010000 101011

Color Harmonies of #C39016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39016

Black with #C39016

Text Example


Text Example

White with #C39016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39016; }

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

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

background-color css

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

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

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

border-color css

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

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

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