Html Css Color HEX #C8941A Buddha Gold

📋 copy color: '#C8941A'

red 200 ◦ green 148 ◦ blue 26

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

Shades of Buddha Gold #C8941A

Tints of Buddha Gold #C8941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

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

R = 53.48%
G = 39.57%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8941A (or 0xC8941A) is known color: Buddha Gold. HEX triplet: C8, 94 and 1A. RGB value is (200,148,26). Sum of RGB (Red+Green+Blue) = 200+148+26=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8941A is #376BE5. Grayscale: #969696. Windows color (decimal): -3632102 or 1742024. OLE color: 1742024.

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

Color convert

RGB 200 148 26 -
CMYK 0 0.26 0.87 0.22
HSL 42.07º 0.77% 0.44% -
HSV(B) 42.07º 0.87% 0.78% -
XYZ 34.6 33.53 5.63 -
YUV 149.64 58.23 163.92 -
System Red Green Blue C M Y K H S L
Decimal 200 148 26 0 0.26 0.87 0.22 42.07 0.77 0.44
Hex C8 94 1A 0 1A 57 16 2A 4D 2C
Octal 310 224 32 0 32 127 26 52 115 54
Binary 11001000 10010100 11010 0 11010 1010111 10110 101010 1001101 101100

Color Harmonies of #C8941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8941A

Black with #C8941A

Text Example


Text Example

White with #C8941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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