Html Css Color HEX #C3A817 Buddha Gold

📋 copy color: '#C3A817'

red 195 ◦ green 168 ◦ blue 23

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

Shades of Buddha Gold #C3A817

Tints of Buddha Gold #C3A817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.52%

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

R = 50.52%
G = 43.52%
B = 5.96%

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

#C3A817 (or 0xC3A817) is known color: Buddha Gold. HEX triplet: C3, A8 and 17. RGB value is (195,168,23). Sum of RGB (Red+Green+Blue) = 195+168+23=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A817 is #3C57E8. Grayscale: #A0A0A0. Windows color (decimal): -3954665 or 1550531. OLE color: 1550531.

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

Color convert

RGB 195 168 23 -
CMYK 0 0.14 0.88 0.24
HSL 50.58º 0.79% 0.43% -
HSV(B) 50.58º 0.88% 0.76% -
XYZ 36.66 39.67 6.54 -
YUV 159.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 195 168 23 0 0.14 0.88 0.24 50.58 0.79 0.43
Hex C3 A8 17 0 E 58 18 33 4F 2B
Octal 303 250 27 0 16 130 30 63 117 53
Binary 11000011 10101000 10111 0 1110 1011000 11000 110011 1001111 101011

Color Harmonies of #C3A817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A817

Black with #C3A817

Text Example


Text Example

White with #C3A817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A817; }

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

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

background-color css

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

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

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

border-color css

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

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

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