Html Css Color HEX #C8981E Buddha Gold

📋 copy color: '#C8981E'

red 200 ◦ green 152 ◦ blue 30

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

Shades of Buddha Gold #C8981E

Tints of Buddha Gold #C8981E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.79%

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

R = 52.36%
G = 39.79%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C8981E (or 0xC8981E) is known color: Buddha Gold. HEX triplet: C8, 98 and 1E. RGB value is (200,152,30). Sum of RGB (Red+Green+Blue) = 200+152+30=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8981E is #3767E1. Grayscale: #989898. Windows color (decimal): -3631074 or 2005192. OLE color: 2005192.

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

Color convert

RGB 200 152 30 -
CMYK 0 0.24 0.85 0.22
HSL 43.06º 0.74% 0.45% -
HSV(B) 43.06º 0.85% 0.78% -
XYZ 35.28 34.83 6.09 -
YUV 152.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 200 152 30 0 0.24 0.85 0.22 43.06 0.74 0.45
Hex C8 98 1E 0 18 55 16 2B 4A 2D
Octal 310 230 36 0 30 125 26 53 112 55
Binary 11001000 10011000 11110 0 11000 1010101 10110 101011 1001010 101101

Color Harmonies of #C8981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8981E

Black with #C8981E

Text Example


Text Example

White with #C8981E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8981E; }

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

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

background-color css

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

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

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

border-color css

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

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

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