Html Css Color HEX #C8951A Buddha Gold

📋 copy color: '#C8951A'

red 200 ◦ green 149 ◦ blue 26

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

Shades of Buddha Gold #C8951A

Tints of Buddha Gold #C8951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

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

R = 53.33%
G = 39.73%
B = 6.93%

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

#C8951A (or 0xC8951A) is known color: Buddha Gold. HEX triplet: C8, 95 and 1A. RGB value is (200,149,26). Sum of RGB (Red+Green+Blue) = 200+149+26=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8951A is #376AE5. Grayscale: #969696. Windows color (decimal): -3631846 or 1742280. OLE color: 1742280.

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

Color convert

RGB 200 149 26 -
CMYK 0 0.26 0.87 0.22
HSL 42.41º 0.77% 0.44% -
HSV(B) 42.41º 0.87% 0.78% -
XYZ 34.75 33.85 5.68 -
YUV 150.23 57.9 163.5 -
System Red Green Blue C M Y K H S L
Decimal 200 149 26 0 0.26 0.87 0.22 42.41 0.77 0.44
Hex C8 95 1A 0 1A 57 16 2A 4D 2C
Octal 310 225 32 0 32 127 26 52 115 54
Binary 11001000 10010101 11010 0 11010 1010111 10110 101010 1001101 101100

Color Harmonies of #C8951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8951A

Black with #C8951A

Text Example


Text Example

White with #C8951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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