Html Css Color HEX #C8A011 Buddha Gold

📋 copy color: '#C8A011'

red 200 ◦ green 160 ◦ blue 17

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

Shades of Buddha Gold #C8A011

Tints of Buddha Gold #C8A011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.51%

R = 53.05%
G = 42.44%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8A011 (or 0xC8A011) is known color: Buddha Gold. HEX triplet: C8, A0 and 11. RGB value is (200,160,17). Sum of RGB (Red+Green+Blue) = 200+160+17=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8A011 is #375FEE. Grayscale: #9C9C9C. Windows color (decimal): -3629039 or 1155272. OLE color: 1155272.

HSL color Cylindrical-coordinate representation of color #C8A011: hue angle of 46.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8A011 is Cyan = 0, Magento = 0.2, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 160 17 -
CMYK 0 0.2 0.92 0.22
HSL 46.89º 0.84% 0.43% -
HSV(B) 46.89º 0.92% 0.78% -
XYZ 36.49 37.46 5.84 -
YUV 155.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 200 160 17 0 0.2 0.92 0.22 46.89 0.84 0.43
Hex C8 A0 11 0 14 5C 16 2F 54 2B
Octal 310 240 21 0 24 134 26 57 124 53
Binary 11001000 10100000 10001 0 10100 1011100 10110 101111 1010100 101011

Color Harmonies of #C8A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A011

Black with #C8A011

Text Example


Text Example

White with #C8A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A011; }

 p { color: rgb(200,160,17); }

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

background-color css

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

 a { background-color: rgb(200,160,17); }

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

border-color css

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

 span { border-color: rgb(200,160,17); }

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