Html Css Color HEX #C8A91A Buddha Gold

📋 copy color: '#C8A91A'

red 200 ◦ green 169 ◦ blue 26

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

Shades of Buddha Gold #C8A91A

Tints of Buddha Gold #C8A91A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.78%

 BLUE value IS 26 (10.55% from 255) = 6.58%

R = 50.63%
G = 42.78%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8A91A (or 0xC8A91A) is known color: Buddha Gold. HEX triplet: C8, A9 and 1A. RGB value is (200,169,26). Sum of RGB (Red+Green+Blue) = 200+169+26=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A91A is #3756E5. Grayscale: #A2A2A2. Windows color (decimal): -3626726 or 1747400. OLE color: 1747400.

HSL color Cylindrical-coordinate representation of color #C8A91A: hue angle of 49.31º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8A91A is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 169 26 -
CMYK 0 0.16 0.87 0.22
HSL 49.31º 0.77% 0.44% -
HSV(B) 49.31º 0.87% 0.78% -
XYZ 38.19 40.73 6.83 -
YUV 161.97 51.27 155.13 -
System Red Green Blue C M Y K H S L
Decimal 200 169 26 0 0.16 0.87 0.22 49.31 0.77 0.44
Hex C8 A9 1A 0 10 57 16 31 4D 2C
Octal 310 251 32 0 20 127 26 61 115 54
Binary 11001000 10101001 11010 0 10000 1010111 10110 110001 1001101 101100

Color Harmonies of #C8A91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A91A

Black with #C8A91A

Text Example


Text Example

White with #C8A91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A91A; }

 p { color: rgb(200,169,26); }

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

background-color css

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

 a { background-color: rgb(200,169,26); }

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

border-color css

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

 span { border-color: rgb(200,169,26); }

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