Html Css Color HEX #C3A717 Buddha Gold

📋 copy color: '#C3A717'

red 195 ◦ green 167 ◦ blue 23

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

Shades of Buddha Gold #C3A717

Tints of Buddha Gold #C3A717

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.38%

 BLUE value IS 23 (9.38% from 255) = 5.97%

R = 50.65%
G = 43.38%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C3A717 (or 0xC3A717) is known color: Buddha Gold. HEX triplet: C3, A7 and 17. RGB value is (195,167,23). Sum of RGB (Red+Green+Blue) = 195+167+23=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A717 is #3C58E8. Grayscale: #9F9F9F. Windows color (decimal): -3954921 or 1550275. OLE color: 1550275.

HSL color Cylindrical-coordinate representation of color #C3A717: hue angle of 50.23º degrees, saturation: 0.79, 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 #C3A717 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 167 23 -
CMYK 0 0.14 0.88 0.24
HSL 50.23º 0.79% 0.43% -
HSV(B) 50.23º 0.88% 0.76% -
XYZ 36.48 39.3 6.47 -
YUV 158.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 195 167 23 0 0.14 0.88 0.24 50.23 0.79 0.43
Hex C3 A7 17 0 E 58 18 32 4F 2B
Octal 303 247 27 0 16 130 30 62 117 53
Binary 11000011 10100111 10111 0 1110 1011000 11000 110010 1001111 101011

Color Harmonies of #C3A717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A717

Black with #C3A717

Text Example


Text Example

White with #C3A717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A717; }

 p { color: rgb(195,167,23); }

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

background-color css

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

 a { background-color: rgb(195,167,23); }

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

border-color css

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

 span { border-color: rgb(195,167,23); }

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