Html Css Color HEX #C8A607 Buddha Gold

📋 copy color: '#C8A607'

red 200 ◦ green 166 ◦ blue 7

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

Shades of Buddha Gold #C8A607

Tints of Buddha Gold #C8A607

RGB

 RED value IS 200 (78.52% from 255) = 53.62%

 GREEN value IS 166 (65.23% from 255) = 44.5%

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

R = 53.62%
G = 44.5%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C8A607 (or 0xC8A607) is known color: Buddha Gold. HEX triplet: C8, A6 and 07. RGB value is (200,166,7). Sum of RGB (Red+Green+Blue) = 200+166+7=373 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.62% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A607 is #3759F8. Grayscale: #9E9E9E. Windows color (decimal): -3627513 or 501448. OLE color: 501448.

HSL color Cylindrical-coordinate representation of color #C8A607: hue angle of 49.43º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8A607 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 166 7 -
CMYK 0 0.17 0.96 0.22
HSL 49.43º 0.93% 0.41% -
HSV(B) 49.43º 0.97% 0.78% -
XYZ 37.49 39.57 5.86 -
YUV 158.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 200 166 7 0 0.17 0.96 0.22 49.43 0.93 0.41
Hex C8 A6 7 0 11 60 16 31 5D 29
Octal 310 246 7 0 21 140 26 61 135 51
Binary 11001000 10100110 111 0 10001 1100000 10110 110001 1011101 101001

Color Harmonies of #C8A607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A607

Black with #C8A607

Text Example


Text Example

White with #C8A607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A607; }

 p { color: rgb(200,166,7); }

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

background-color css

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

 a { background-color: rgb(200,166,7); }

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

border-color css

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

 span { border-color: rgb(200,166,7); }

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