Html Css Color HEX #C89E26 Buddha Gold

📋 copy color: '#C89E26'

red 200 ◦ green 158 ◦ blue 38

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

Shades of Buddha Gold #C89E26

Tints of Buddha Gold #C89E26

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.9%

 BLUE value IS 38 (15.23% from 255) = 9.6%

R = 50.51%
G = 39.9%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C89E26 (or 0xC89E26) is known color: Buddha Gold. HEX triplet: C8, 9E and 26. RGB value is (200,158,38). Sum of RGB (Red+Green+Blue) = 200+158+38=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C89E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89E26 is #3761D9. Grayscale: #9D9D9D. Windows color (decimal): -3629530 or 2531016. OLE color: 2531016.

HSL color Cylindrical-coordinate representation of color #C89E26: hue angle of 44.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C89E26 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 158 38 -
CMYK 0 0.21 0.81 0.22
HSL 44.44º 0.68% 0.47% -
HSV(B) 44.44º 0.81% 0.78% -
XYZ 36.4 36.87 7.03 -
YUV 156.88 60.91 158.76 -
System Red Green Blue C M Y K H S L
Decimal 200 158 38 0 0.21 0.81 0.22 44.44 0.68 0.47
Hex C8 9E 26 0 15 51 16 2C 44 2F
Octal 310 236 46 0 25 121 26 54 104 57
Binary 11001000 10011110 100110 0 10101 1010001 10110 101100 1000100 101111

Color Harmonies of #C89E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89E26

Black with #C89E26

Text Example


Text Example

White with #C89E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89E26; }

 p { color: rgb(200,158,38); }

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

background-color css

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

 a { background-color: rgb(200,158,38); }

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

border-color css

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

 span { border-color: rgb(200,158,38); }

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