Html Css Color HEX #C39C05 Buddha Gold

📋 copy color: '#C39C05'

red 195 ◦ green 156 ◦ blue 5

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

Shades of Buddha Gold #C39C05

Tints of Buddha Gold #C39C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 54.78%
G = 43.82%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C39C05 (or 0xC39C05) is known color: Buddha Gold. HEX triplet: C3, 9C and 05. RGB value is (195,156,5). Sum of RGB (Red+Green+Blue) = 195+156+5=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C39C05 is #3C63FA. Grayscale: #979797. Windows color (decimal): -3957755 or 367811. OLE color: 367811.

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

Color convert

RGB 195 156 5 -
CMYK 0 0.20 0.97 0.24
HSL 47.68º 0.95% 0.39% -
HSV(B) 47.68º 0.97% 0.76% -
XYZ 34.42 35.39 5.16 -
YUV 150.45 45.92 159.78 -
System Red Green Blue C M Y K H S L
Decimal 195 156 5 0 0.20 0.97 0.24 47.68 0.95 0.39
Hex C3 9C 5 0 14 61 18 30 5F 27
Octal 303 234 5 0 24 141 30 60 137 47
Binary 11000011 10011100 101 0 10100 1100001 11000 110000 1011111 100111

Color Harmonies of #C39C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39C05

Black with #C39C05

Text Example


Text Example

White with #C39C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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