Html Css Color HEX #C39C18 Buddha Gold

📋 copy color: '#C39C18'

red 195 ◦ green 156 ◦ blue 24

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

Shades of Buddha Gold #C39C18

Tints of Buddha Gold #C39C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.4%

R = 52%
G = 41.6%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C39C18 (or 0xC39C18) is known color: Buddha Gold. HEX triplet: C3, 9C and 18. RGB value is (195,156,24). Sum of RGB (Red+Green+Blue) = 195+156+24=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 24 (9.77% from 255 or 6.4% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39C18 is #3C63E7. Grayscale: #999999. Windows color (decimal): -3957736 or 1612995. OLE color: 1612995.

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

Color convert

RGB 195 156 24 -
CMYK 0 0.20 0.88 0.24
HSL 46.32º 0.78% 0.43% -
HSV(B) 46.32º 0.88% 0.76% -
XYZ 34.56 35.44 5.88 -
YUV 152.61 55.42 158.23 -
System Red Green Blue C M Y K H S L
Decimal 195 156 24 0 0.20 0.88 0.24 46.32 0.78 0.43
Hex C3 9C 18 0 14 58 18 2E 4E 2B
Octal 303 234 30 0 24 130 30 56 116 53
Binary 11000011 10011100 11000 0 10100 1011000 11000 101110 1001110 101011

Color Harmonies of #C39C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C18

Black with #C39C18

Text Example


Text Example

White with #C39C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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