Html Css Color HEX #C3A807 Buddha Gold

📋 copy color: '#C3A807'

red 195 ◦ green 168 ◦ blue 7

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

Shades of Buddha Gold #C3A807

Tints of Buddha Gold #C3A807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 52.7%
G = 45.41%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C3A807 (or 0xC3A807) is known color: Buddha Gold. HEX triplet: C3, A8 and 07. RGB value is (195,168,7). Sum of RGB (Red+Green+Blue) = 195+168+7=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A807 is #3C57F8. Grayscale: #9E9E9E. Windows color (decimal): -3954681 or 501955. OLE color: 501955.

HSL color Cylindrical-coordinate representation of color #C3A807: hue angle of 51.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C3A807 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 168 7 -
CMYK 0 0.14 0.96 0.24
HSL 51.38º 0.93% 0.4% -
HSV(B) 51.38º 0.96% 0.76% -
XYZ 36.55 39.62 5.92 -
YUV 157.72 42.95 154.59 -
System Red Green Blue C M Y K H S L
Decimal 195 168 7 0 0.14 0.96 0.24 51.38 0.93 0.4
Hex C3 A8 7 0 E 60 18 33 5D 28
Octal 303 250 7 0 16 140 30 63 135 50
Binary 11000011 10101000 111 0 1110 1100000 11000 110011 1011101 101000

Color Harmonies of #C3A807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A807

Black with #C3A807

Text Example


Text Example

White with #C3A807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A807; }

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

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

background-color css

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

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

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

border-color css

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

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

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