Html Css Color HEX #C3A00E Buddha Gold

📋 copy color: '#C3A00E'

red 195 ◦ green 160 ◦ blue 14

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

Shades of Buddha Gold #C3A00E

Tints of Buddha Gold #C3A00E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.36%

 BLUE value IS 14 (5.86% from 255) = 3.79%

R = 52.85%
G = 43.36%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3A00E (or 0xC3A00E) is known color: Buddha Gold. HEX triplet: C3, A0 and 0E. RGB value is (195,160,14). Sum of RGB (Red+Green+Blue) = 195+160+14=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A00E is #3C5FF1. Grayscale: #9A9A9A. Windows color (decimal): -3956722 or 958659. OLE color: 958659.

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

Color convert

RGB 195 160 14 -
CMYK 0 0.18 0.93 0.24
HSL 48.4º 0.87% 0.41% -
HSV(B) 48.4º 0.93% 0.76% -
XYZ 35.16 36.78 5.66 -
YUV 153.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 195 160 14 0 0.18 0.93 0.24 48.4 0.87 0.41
Hex C3 A0 E 0 12 5D 18 30 57 29
Octal 303 240 16 0 22 135 30 60 127 51
Binary 11000011 10100000 1110 0 10010 1011101 11000 110000 1010111 101001

Color Harmonies of #C3A00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A00E

Black with #C3A00E

Text Example


Text Example

White with #C3A00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A00E; }

 p { color: rgb(195,160,14); }

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

background-color css

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

 a { background-color: rgb(195,160,14); }

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

border-color css

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

 span { border-color: rgb(195,160,14); }

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