Html Css Color HEX #C3A208 Buddha Gold

📋 copy color: '#C3A208'

red 195 ◦ green 162 ◦ blue 8

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

Shades of Buddha Gold #C3A208

Tints of Buddha Gold #C3A208

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.38%

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 53.42%
G = 44.38%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C3A208 (or 0xC3A208) is known color: Buddha Gold. HEX triplet: C3, A2 and 08. RGB value is (195,162,8). Sum of RGB (Red+Green+Blue) = 195+162+8=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A208 is #3C5DF7. Grayscale: #9A9A9A. Windows color (decimal): -3956216 or 565955. OLE color: 565955.

HSL color Cylindrical-coordinate representation of color #C3A208: hue angle of 49.41º degrees, saturation: 0.92, 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 #C3A208 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 162 8 -
CMYK 0 0.17 0.96 0.24
HSL 49.41º 0.92% 0.4% -
HSV(B) 49.41º 0.96% 0.76% -
XYZ 35.47 37.46 5.59 -
YUV 154.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 195 162 8 0 0.17 0.96 0.24 49.41 0.92 0.4
Hex C3 A2 8 0 11 60 18 31 5C 28
Octal 303 242 10 0 21 140 30 61 134 50
Binary 11000011 10100010 1000 0 10001 1100000 11000 110001 1011100 101000

Color Harmonies of #C3A208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A208

Black with #C3A208

Text Example


Text Example

White with #C3A208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A208; }

 p { color: rgb(195,162,8); }

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

background-color css

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

 a { background-color: rgb(195,162,8); }

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

border-color css

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

 span { border-color: rgb(195,162,8); }

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