Html Css Color HEX #C39C1B Buddha Gold

📋 copy color: '#C39C1B'

red 195 ◦ green 156 ◦ blue 27

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

Shades of Buddha Gold #C39C1B

Tints of Buddha Gold #C39C1B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

 BLUE value IS 27 (10.94% from 255) = 7.14%

R = 51.59%
G = 41.27%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C39C1B (or 0xC39C1B) is known color: Buddha Gold. HEX triplet: C3, 9C and 1B. RGB value is (195,156,27). Sum of RGB (Red+Green+Blue) = 195+156+27=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39C1B is #3C63E4. Grayscale: #999999. Windows color (decimal): -3957733 or 1809603. OLE color: 1809603.

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

Color convert

RGB 195 156 27 -
CMYK 0 0.20 0.86 0.24
HSL 46.07º 0.76% 0.44% -
HSV(B) 46.07º 0.86% 0.76% -
XYZ 34.59 35.46 6.06 -
YUV 152.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 195 156 27 0 0.20 0.86 0.24 46.07 0.76 0.44
Hex C3 9C 1B 0 14 56 18 2E 4C 2C
Octal 303 234 33 0 24 126 30 56 114 54
Binary 11000011 10011100 11011 0 10100 1010110 11000 101110 1001100 101100

Color Harmonies of #C39C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C1B

Black with #C39C1B

Text Example


Text Example

White with #C39C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C1B; }

 p { color: rgb(195,156,27); }

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

background-color css

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

 a { background-color: rgb(195,156,27); }

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

border-color css

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

 span { border-color: rgb(195,156,27); }

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