Html Css Color HEX #C8981C Buddha Gold

📋 copy color: '#C8981C'

red 200 ◦ green 152 ◦ blue 28

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

Shades of Buddha Gold #C8981C

Tints of Buddha Gold #C8981C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 52.63%
G = 40%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8981C (or 0xC8981C) is known color: Buddha Gold. HEX triplet: C8, 98 and 1C. RGB value is (200,152,28). Sum of RGB (Red+Green+Blue) = 200+152+28=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8981C is #3767E3. Grayscale: #989898. Windows color (decimal): -3631076 or 1874120. OLE color: 1874120.

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

Color convert

RGB 200 152 28 -
CMYK 0 0.24 0.86 0.22
HSL 43.26º 0.75% 0.45% -
HSV(B) 43.26º 0.86% 0.78% -
XYZ 35.26 34.82 5.96 -
YUV 152.22 57.9 162.08 -
System Red Green Blue C M Y K H S L
Decimal 200 152 28 0 0.24 0.86 0.22 43.26 0.75 0.45
Hex C8 98 1C 0 18 56 16 2B 4B 2D
Octal 310 230 34 0 30 126 26 53 113 55
Binary 11001000 10011000 11100 0 11000 1010110 10110 101011 1001011 101101

Color Harmonies of #C8981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8981C

Black with #C8981C

Text Example


Text Example

White with #C8981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8981C; }

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

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

background-color css

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

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

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

border-color css

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

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

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