Html Css Color HEX #C8961C Buddha Gold

📋 copy color: '#C8961C'

red 200 ◦ green 150 ◦ blue 28

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

Shades of Buddha Gold #C8961C

Tints of Buddha Gold #C8961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.68%

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

R = 52.91%
G = 39.68%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8961C (or 0xC8961C) is known color: Buddha Gold. HEX triplet: C8, 96 and 1C. RGB value is (200,150,28). Sum of RGB (Red+Green+Blue) = 200+150+28=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8961C is #3769E3. Grayscale: #979797. Windows color (decimal): -3631588 or 1873608. OLE color: 1873608.

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

Color convert

RGB 200 150 28 -
CMYK 0 0.25 0.86 0.22
HSL 42.56º 0.75% 0.45% -
HSV(B) 42.56º 0.86% 0.78% -
XYZ 34.94 34.18 5.85 -
YUV 151.04 58.57 162.92 -
System Red Green Blue C M Y K H S L
Decimal 200 150 28 0 0.25 0.86 0.22 42.56 0.75 0.45
Hex C8 96 1C 0 19 56 16 2B 4B 2D
Octal 310 226 34 0 31 126 26 53 113 55
Binary 11001000 10010110 11100 0 11001 1010110 10110 101011 1001011 101101

Color Harmonies of #C8961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8961C

Black with #C8961C

Text Example


Text Example

White with #C8961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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