Html Css Color HEX #C39A1E Buddha Gold

📋 copy color: '#C39A1E'

red 195 ◦ green 154 ◦ blue 30

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

Shades of Buddha Gold #C39A1E

Tints of Buddha Gold #C39A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 51.45%
G = 40.63%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C39A1E (or 0xC39A1E) is known color: Buddha Gold. HEX triplet: C3, 9A and 1E. RGB value is (195,154,30). Sum of RGB (Red+Green+Blue) = 195+154+30=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39A1E is #3C65E1. Grayscale: #989898. Windows color (decimal): -3958242 or 2005699. OLE color: 2005699.

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

Color convert

RGB 195 154 30 -
CMYK 0 0.21 0.85 0.24
HSL 45.09º 0.73% 0.44% -
HSV(B) 45.09º 0.85% 0.76% -
XYZ 34.3 34.81 6.14 -
YUV 152.12 59.08 158.58 -
System Red Green Blue C M Y K H S L
Decimal 195 154 30 0 0.21 0.85 0.24 45.09 0.73 0.44
Hex C3 9A 1E 0 15 55 18 2D 49 2C
Octal 303 232 36 0 25 125 30 55 111 54
Binary 11000011 10011010 11110 0 10101 1010101 11000 101101 1001001 101100

Color Harmonies of #C39A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39A1E

Black with #C39A1E

Text Example


Text Example

White with #C39A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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