Html Css Color HEX #C8901A Buddha Gold

📋 copy color: '#C8901A'

red 200 ◦ green 144 ◦ blue 26

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

Shades of Buddha Gold #C8901A

Tints of Buddha Gold #C8901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.92%

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

R = 54.05%
G = 38.92%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8901A (or 0xC8901A) is known color: Buddha Gold. HEX triplet: C8, 90 and 1A. RGB value is (200,144,26). Sum of RGB (Red+Green+Blue) = 200+144+26=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C8901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8901A is #376FE5. Grayscale: #939393. Windows color (decimal): -3633126 or 1741000. OLE color: 1741000.

HSL color Cylindrical-coordinate representation of color #C8901A: hue angle of 40.69º 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 #C8901A is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 144 26 -
CMYK 0 0.28 0.87 0.22
HSL 40.69º 0.77% 0.44% -
HSV(B) 40.69º 0.87% 0.78% -
XYZ 33.98 32.3 5.42 -
YUV 147.29 59.55 165.59 -
System Red Green Blue C M Y K H S L
Decimal 200 144 26 0 0.28 0.87 0.22 40.69 0.77 0.44
Hex C8 90 1A 0 1C 57 16 29 4D 2C
Octal 310 220 32 0 34 127 26 51 115 54
Binary 11001000 10010000 11010 0 11100 1010111 10110 101001 1001101 101100

Color Harmonies of #C8901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8901A

Black with #C8901A

Text Example


Text Example

White with #C8901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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