Html Css Color HEX #C89F1F Buddha Gold

📋 copy color: '#C89F1F'

red 200 ◦ green 159 ◦ blue 31

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

Shades of Buddha Gold #C89F1F

Tints of Buddha Gold #C89F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.95%

R = 51.28%
G = 40.77%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C89F1F (or 0xC89F1F) is known color: Buddha Gold. HEX triplet: C8, 9F and 1F. RGB value is (200,159,31). Sum of RGB (Red+Green+Blue) = 200+159+31=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F1F is #3760E0. Grayscale: #9D9D9D. Windows color (decimal): -3629281 or 2072520. OLE color: 2072520.

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

Color convert

RGB 200 159 31 -
CMYK 0 0.20 0.84 0.22
HSL 45.44º 0.73% 0.45% -
HSV(B) 45.44º 0.85% 0.78% -
XYZ 36.46 37.17 6.55 -
YUV 156.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 200 159 31 0 0.20 0.84 0.22 45.44 0.73 0.45
Hex C8 9F 1F 0 14 54 16 2D 49 2D
Octal 310 237 37 0 24 124 26 55 111 55
Binary 11001000 10011111 11111 0 10100 1010100 10110 101101 1001001 101101

Color Harmonies of #C89F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89F1F

Black with #C89F1F

Text Example


Text Example

White with #C89F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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