Html Css Color HEX #C89F26 Buddha Gold

📋 copy color: '#C89F26'

red 200 ◦ green 159 ◦ blue 38

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

Shades of Buddha Gold #C89F26

Tints of Buddha Gold #C89F26

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

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

R = 50.38%
G = 40.05%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C89F26 (or 0xC89F26) is known color: Buddha Gold. HEX triplet: C8, 9F and 26. RGB value is (200,159,38). Sum of RGB (Red+Green+Blue) = 200+159+38=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 38 (15.23% from 255 or 9.57% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F26 is #3760D9. Grayscale: #9D9D9D. Windows color (decimal): -3629274 or 2531272. OLE color: 2531272.

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

Color convert

RGB 200 159 38 -
CMYK 0 0.20 0.81 0.22
HSL 44.81º 0.68% 0.47% -
HSV(B) 44.81º 0.81% 0.78% -
XYZ 36.57 37.22 7.09 -
YUV 157.47 60.58 158.34 -
System Red Green Blue C M Y K H S L
Decimal 200 159 38 0 0.20 0.81 0.22 44.81 0.68 0.47
Hex C8 9F 26 0 14 51 16 2D 44 2F
Octal 310 237 46 0 24 121 26 55 104 57
Binary 11001000 10011111 100110 0 10100 1010001 10110 101101 1000100 101111

Color Harmonies of #C89F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F26

Black with #C89F26

Text Example


Text Example

White with #C89F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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