Html Css Color HEX #C8951E Buddha Gold

📋 copy color: '#C8951E'

red 200 ◦ green 149 ◦ blue 30

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

Shades of Buddha Gold #C8951E

Tints of Buddha Gold #C8951E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 52.77%
G = 39.31%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8951E (or 0xC8951E) is known color: Buddha Gold. HEX triplet: C8, 95 and 1E. RGB value is (200,149,30). Sum of RGB (Red+Green+Blue) = 200+149+30=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8951E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8951E is #376AE1. Grayscale: #979797. Windows color (decimal): -3631842 or 2004424. OLE color: 2004424.

HSL color Cylindrical-coordinate representation of color #C8951E: hue angle of 42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8951E is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 30 -
CMYK 0 0.26 0.85 0.22
HSL 42º 0.74% 0.45% -
HSV(B) 42º 0.85% 0.78% -
XYZ 34.8 33.87 5.93 -
YUV 150.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 200 149 30 0 0.26 0.85 0.22 42 0.74 0.45
Hex C8 95 1E 0 1A 55 16 2A 4A 2D
Octal 310 225 36 0 32 125 26 52 112 55
Binary 11001000 10010101 11110 0 11010 1010101 10110 101010 1001010 101101

Color Harmonies of #C8951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8951E

Black with #C8951E

Text Example


Text Example

White with #C8951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8951E; }

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

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

background-color css

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

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

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

border-color css

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

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

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