Html Css Color HEX #C39B09 Buddha Gold

📋 copy color: '#C39B09'

red 195 ◦ green 155 ◦ blue 9

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

Shades of Buddha Gold #C39B09

Tints of Buddha Gold #C39B09

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.18%

 BLUE value IS 9 (3.91% from 255) = 2.51%

R = 54.32%
G = 43.18%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C39B09 (or 0xC39B09) is known color: Buddha Gold. HEX triplet: C3, 9B and 09. RGB value is (195,155,9). Sum of RGB (Red+Green+Blue) = 195+155+9=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39B09 is #3C64F6. Grayscale: #969696. Windows color (decimal): -3958007 or 629699. OLE color: 629699.

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

Color convert

RGB 195 155 9 -
CMYK 0 0.21 0.95 0.24
HSL 47.1º 0.91% 0.4% -
HSV(B) 47.1º 0.95% 0.76% -
XYZ 34.28 35.06 5.22 -
YUV 150.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 195 155 9 0 0.21 0.95 0.24 47.1 0.91 0.4
Hex C3 9B 9 0 15 5F 18 2F 5B 28
Octal 303 233 11 0 25 137 30 57 133 50
Binary 11000011 10011011 1001 0 10101 1011111 11000 101111 1011011 101000

Color Harmonies of #C39B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39B09

Black with #C39B09

Text Example


Text Example

White with #C39B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39B09; }

 p { color: rgb(195,155,9); }

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

background-color css

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

 a { background-color: rgb(195,155,9); }

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

border-color css

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

 span { border-color: rgb(195,155,9); }

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