Html Css Color HEX #C7A002 Buddha Gold

📋 copy color: '#C7A002'

red 199 ◦ green 160 ◦ blue 2

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

Shades of Buddha Gold #C7A002

Tints of Buddha Gold #C7A002

RGB

 RED value IS 199 (78.13% from 255) = 55.12%

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 55.12%
G = 44.32%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C7A002 (or 0xC7A002) is known color: Buddha Gold. HEX triplet: C7, A0 and 02. RGB value is (199,160,2). Sum of RGB (Red+Green+Blue) = 199+160+2=361 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.12% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7A002 is #385FFD. Grayscale: #9A9A9A. Windows color (decimal): -3694590 or 172231. OLE color: 172231.

HSL color Cylindrical-coordinate representation of color #C7A002: hue angle of 48.12º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7A002 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 160 2 -
CMYK 0 0.20 0.99 0.22
HSL 48.12º 0.98% 0.39% -
HSV(B) 48.12º 0.99% 0.78% -
XYZ 36.13 37.29 5.35 -
YUV 153.65 42.42 160.35 -
System Red Green Blue C M Y K H S L
Decimal 199 160 2 0 0.20 0.99 0.22 48.12 0.98 0.39
Hex C7 A0 2 0 14 63 16 30 62 27
Octal 307 240 2 0 24 143 26 60 142 47
Binary 11000111 10100000 10 0 10100 1100011 10110 110000 1100010 100111

Color Harmonies of #C7A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A002

Black with #C7A002

Text Example


Text Example

White with #C7A002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A002; }

 p { color: rgb(199,160,2); }

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

background-color css

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

 a { background-color: rgb(199,160,2); }

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

border-color css

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

 span { border-color: rgb(199,160,2); }

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