Html Css Color HEX #C39F26 Buddha Gold

📋 copy color: '#C39F26'

red 195 ◦ green 159 ◦ blue 38

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

Shades of Buddha Gold #C39F26

Tints of Buddha Gold #C39F26

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.56%

 BLUE value IS 38 (15.23% from 255) = 9.69%

R = 49.74%
G = 40.56%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C39F26 (or 0xC39F26) is known color: Buddha Gold. HEX triplet: C3, 9F and 26. RGB value is (195,159,38). Sum of RGB (Red+Green+Blue) = 195+159+38=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39F26 is #3C60D9. Grayscale: #9C9C9C. Windows color (decimal): -3956954 or 2531267. OLE color: 2531267.

HSL color Cylindrical-coordinate representation of color #C39F26: hue angle of 46.24º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C39F26 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 159 38 -
CMYK 0 0.18 0.81 0.24
HSL 46.24º 0.67% 0.46% -
HSV(B) 46.24º 0.81% 0.76% -
XYZ 35.25 36.54 7.03 -
YUV 155.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 195 159 38 0 0.18 0.81 0.24 46.24 0.67 0.46
Hex C3 9F 26 0 12 51 18 2E 43 2E
Octal 303 237 46 0 22 121 30 56 103 56
Binary 11000011 10011111 100110 0 10010 1010001 11000 101110 1000011 101110

Color Harmonies of #C39F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39F26

Black with #C39F26

Text Example


Text Example

White with #C39F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39F26; }

 p { color: rgb(195,159,38); }

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

background-color css

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

 a { background-color: rgb(195,159,38); }

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

border-color css

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

 span { border-color: rgb(195,159,38); }

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